Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 150 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 150 Bytes

2048 Game

Clone of the classic 2048 game implemented using tkinter

Todo

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