https://github.com/filimoa/2048_ai
Final project for 6810
https://github.com/filimoa/2048_ai
Last synced: 15 days ago
JSON representation
Final project for 6810
- Host: GitHub
- URL: https://github.com/filimoa/2048_ai
- Owner: Filimoa
- License: mit
- Created: 2019-04-24T20:09:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T01:39:44.000Z (about 7 years ago)
- Last Synced: 2026-03-04T04:12:47.847Z (4 months ago)
- Language: Python
- Size: 666 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2048-python
===========
Based on the popular game [2048](https://github.com/gabrielecirulli/2048) by Gabriele Cirulli, here is a Python version that uses TKinter.

To start the game, run:
$ python3 puzzle.py
Contributors:
==
- [Tay Yang Shun](http://github.com/yangshun)
- [Emmanuel Goh](http://github.com/emman27)