Last updated:
0 purchases
pygame2048 1.9.4
Fun and challenging puzzle game – 2048 !
Install immediately and enjoy yourself !
Screenshot
Installation
Installing Game 2048 is simple with pip:
$ python3 -m pip install pygame-2048
Once installed the game can be played using the following command
$ game_2048
If you want to uninstall the game using the following command
$ python3 -m pip uninstall pygame-2048
Development
After cloning the repository, install the game in development mode using the following command
$ python3 setup.py develop
You can modify the program and then test it by using the following command
$ game_2048
Tips
You can use ⬅️⬆️➡️⬇️ keys or ‘AWSD’ keys to remove the blocks on the
screen
Screenshot will be saved to ‘ ~/Desktop/game-2048/screenshots ‘
You can’t make 4096 block when you have two 2048 blocks.
So what you should do next is reset this game and start a new challenge.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.