Skip to content

Commit

Permalink
fix screenshots url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fgandellini committed Jun 9, 2024
1 parent fdead8c commit 9bec939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ When it receives the `move` action, it checks if the game is won or lost and tra

The game starts with a Welcome screen where the user can select the game theme and difficulty.

![Welcome Screen](https://github.com/fgandellini/2048/blob/main/screenhots/WelcomeScreen.png?raw=true)
![Welcome Screen](https://github.com/fgandellini/2048/blob/main/screenshots/WelcomeScreen.png?raw=true)

Once the user hits the `Start Game!` button, the game starts and loads the Board screen.

Here the user can play using the arrow keys on the keyboard.

![Board Screen](https://github.com/fgandellini/2048/blob/main/screenhots/BoardScreen.png?raw=true)
![Board Screen](https://github.com/fgandellini/2048/blob/main/screenshots/BoardScreen.png?raw=true)

The goal of the game is to reach the 2048 tile by combining tiles with the same value. The user can move the tiles in four directions: up, down, left, and right. When the user moves the tiles, the game engine updates the board by moving the tiles in the specified direction and adding a new tile with a value of 1.

Expand Down

0 comments on commit 9bec939

Please sign in to comment.