Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mecaneer23/2048

Clone of the classic 2048 game implemented using tkinter
https://github.com/mecaneer23/2048

Last synced: about 2 months ago
JSON representation

Clone of the classic 2048 game implemented using tkinter

Awesome Lists containing this project

README

        

# 2048 Game

Clone of the classic 2048 game implemented using tkinter

## Todo

- feat: fix type hint in _move() signature to satisfy mypy and python