Skip to content

Commit 1d42dd4

Browse files
Update README.md
1 parent b21dc97 commit 1d42dd4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

2048 Game/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Simple-JavaScript-Game
2-
3-
4-
# Game Photo :
5-
6-
1+
Game Name: 2048
2+
Game Description
3+
"2048" is a single-player sliding puzzle game. The objective is to merge tiles with the same number to create a tile with the number 2048. The game is played on a 4x4 grid. Players can slide tiles in one of four directions (up, down, left, or right). When two tiles with the same number collide, they merge into a tile with double the value.
74

5+
# Game Photo:
86

97
![Screenshot 2024-07-25 204221](https://github.com/user-attachments/assets/1ca73d6e-4c88-4d11-8c91-44f4a72fb7cd)

0 commit comments

Comments
 (0)