Lambda fork of term2048 adapted for AI play
term2048 is a terminal-based version of 2048.
Clone repo
git clone <url>
- To run in manual controls mode:
- python run.py
Then use arrow keys to move.
- To run in ai solution mode:
- python run.py -ai
And watch the game!
- To change the AI behaviour edit
- term2048.ai_solution.get_move
- All instructions are inside
- ai_solution.py