Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • a277-ahmed/game-2048
1 result
Show changes
Commits on Source (2)
DOWNFUNCTIONS.png

14.2 KiB

GAMEOVER.png

37.8 KiB

LEFTFUNCTIONS.png

14.7 KiB

......@@ -2,7 +2,31 @@
Here are the screenshots showing the directional controls for the game:
![Up Functions](./screenshots/UPFUNCTIONS.PNG)
![Down Functions](./screenshots/DOWNFUNCTIONS.PNG)
![Left Functions](./screenshots/LEFTFUNCTIONS.PNG)
![Right Functions](./screenshots/RIGHTFUNCTIONS.PNG)
### 1. **Up Function**
Up Function: Moves the tiles up. Tiles with the same number merge.
W: Moves the tiles up.
![alt text](<UP FUNCTIONS.png>)
### 2. **Down Function**
Down Function: Moves the tiles down. Tiles with the same number merge.
S: Moves the tiles down.
![alt text](DOWNFUNCTIONS.png)
### 3. **Left Function**
Left Function: Moves the tiles left. Tiles with the same number merge.
A: Moves the tiles left.
![alt text](LEFTFUNCTIONS.png)
### 4. **Right Function**
Right Function: Moves the tiles right. Tiles with the same number merge.
D: Moves the tiles right.
![alt text](<RIGIHT FUCTIONS.png>)
### ** GAME OVER FUNCTIONS + POINTS **
![alt text](GAMEOVER.png)
\ No newline at end of file
RIGIHT FUCTIONS.png

29.2 KiB

UP FUNCTIONS.png

20.3 KiB

File deleted