Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-game

2. **Run the Game:**
```bash
python 2048.py

3. **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