Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 160 Bytes

File metadata and controls

15 lines (10 loc) · 160 Bytes

2048

Simple Python implementation of 2048 game

To play

Run

python script.py agent [-v]

Create custom AI

Define a new agent in agent.py.