An open API service indexing awesome lists of open source software.

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

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.

![screenshot](img/screenshot.png)

To start the game, run:

$ python3 puzzle.py

Contributors:
==

- [Tay Yang Shun](http://github.com/yangshun)
- [Emmanuel Goh](http://github.com/emman27)