2048-python
Based on the popular game 2048 by Gabriele Cirulli, here is a Python version that uses TKinter.
To start the game, run:
$ python3 puzzle.py
Name | Last commit | Last update |
---|---|---|
.. | ||
__pycache__ | ||
img | ||
.DS_Store | ||
.puzzle.py.swp | ||
LICENSE | ||
README.md | ||
agent.py | ||
agent_afterstate.py | ||
logic.py | ||
puzzle.py | ||
test.py | ||
train_0.0025_0.0_True_result_after_2000.txt |
Based on the popular game 2048 by Gabriele Cirulli, here is a Python version that uses TKinter.
To start the game, run:
$ python3 puzzle.py