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.pyto 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