Skip to content

Commit 1c687d1

Browse files
Update README.md
1 parent be346ba commit 1c687d1

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
---
1212

13+
![screenshot](https://github.com/user-attachments/assets/9e0fbc98-8f6a-4f50-ae69-b9b5fc576897)
14+
15+
---
16+
17+
## Main Usage
18+
19+
To run the AI-powered 2048 game simulation, simply execute the main script:
20+
21+
python3 2048_ai.py
22+
23+
The script will automatically start simulating the game using the AI. It will display the game board after each move and provide a summary of the results at the end.
24+
25+
---
26+
1327
## Included Files
1428

1529
- `2048_ai.py` - The main game script with AI implementation
@@ -37,16 +51,6 @@ Optional: if you want to use 'numba' for GPU performance benefits on CUDA, type:
3751

3852
---
3953

40-
## Main Usage
41-
42-
To run the AI-powered 2048 game simulation, simply execute the main script:
43-
44-
python3 2048_ai.py
45-
46-
The script will automatically start simulating the game using the AI. It will display the game board after each move and provide a summary of the results at the end.
47-
48-
---
49-
5054
## How It Works
5155

5256
The AI utilizes several heuristics and the Expectimax algorithm to make decisions during the game.

0 commit comments

Comments
 (0)