Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.64 KB

README.rst

File metadata and controls

73 lines (41 loc) · 1.64 KB

Game 2048

pyversions license pypi status github

Fun and challenging puzzle game -- 2048 !

Install immediately and enjoy yourself !

Screenshot

game-2048.png

Installation

  1. Installing Game 2048 is simple with pip:

    $ python3 -m pip install pygame-2048
  2. Once installed the game can be played using the following command

    $ game-2048
  3. If you want to uninstall the game using the following command

    $ python3 -m pip uninstall pygame-2048

Development

  1. After cloning the repository, install the game in development mode using the following command

    $ python3 setup.py develop
  2. 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.