Feat: Add 2048 game (Python)
Description
Hello! I would love to propose adding a classic 2048 game to this repository, implemented in Python.
How it would work
- Language: Python 3.
- Grid: A standard 4x4 layout in the terminal.
- Controls: Arrow keys or WASD to slide and merge tiles.
- Gameplay: Classic 2048 rules.
Visual Mockup
+------+------+------+------+
| 2 | | | |
+------+------+------+------+
| | 4 | 16 | |
+------+------+------+------+
| | | | 1024 |
+------+------+------+------+
Score: 12484
Feat: Add 2048 game (Python)
Description
Hello! I would love to propose adding a classic 2048 game to this repository, implemented in Python.
How it would work
Visual Mockup