Release v1.0.0
Overview
This is the first official release of my 2048 game implemented in Python using Pygame. Enjoy the classic tile-sliding puzzle game with smooth animations and an intuitive interface.
Features
- Smooth Animations: Tiles move fluidly across the board for an enhanced gaming experience.
- Simple Controls: Use the W, A, S, and D keys to move the tiles up, left, down, and right respectively.
- Real-time Score Update: Keep track of your score as you play.
- Game Over Detection: The game notifies you when there are no more possible moves.
- Elegant UI: A visually appealing design that stays true to the classic 2048 game.
How to Play
-
Download the Executable:
- Download the
2048.exe
file from the assets below.
- Download the
-
Run the Game:
- Simply double-click the downloaded executable to start playing.
-
Game Controls:
- W: Move tiles up
- A: Move tiles left
- S: Move tiles down
- D: Move tiles right
-
Objective:
- Combine tiles with the same number to create a tile with the number 2048.
- When there are no more possible moves, the game will end.
Notes
- This release is for Windows. If you're using another operating system, you can run the game from the source code.
Known Issues
- None at this time. Please report any issues you encounter on the issue tracker.
Thank You
Thank you for trying out the game!