Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 569 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 569 Bytes

2048AI


Play your favourite game of 2048 in your terminal or let the AI solve it for you

  • Clone this repository by running git clone 2048AI
  • Then go into the directory and run python game.py to play the game
  • If you want to run the AI, run python game.py --ai. This will run the AI at lightning fast speed.
  • For step by step execution of the AI, run python game.py --ai --step

2048 is the original work of Gabriele Cirulli. You can play the original game here