Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunald08/2048-game
A simple implementation of the classic 2048 game in Python using Tkinter.
https://github.com/kunald08/2048-game
Last synced: 8 days ago
JSON representation
A simple implementation of the classic 2048 game in Python using Tkinter.
- Host: GitHub
- URL: https://github.com/kunald08/2048-game
- Owner: kunald08
- Created: 2023-12-04T09:09:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T12:50:17.000Z (25 days ago)
- Last Synced: 2024-12-22T13:41:25.673Z (25 days ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Game
A simple implementation of the classic 2048 game in Python using Tkinter.
## Features
- Classic 2048 gameplay with a graphical interface.
- Random placement of new tiles (2's) after each move.
- Win and lose conditions with game state tracking.
- Responsive GUI with color-coded tiles.## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/kunald08/2048-game.git
cd 2048-game2. **Run the Game:**
```bash
python 2048.py3. **Controls:**
- Move Up: 'w'
- Move Down: 's'
- Move Left: 'a'
- Move Right: 'd'## Development
- Python and Tkinter for GUI.
- Separate modules for game logic.
- Contributions welcome! Open an issue or submit a pull request.## Prerequisites
- Python 3.x
- Tkinter library