Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mecaneer23/2048
- Owner: mecaneer23
- License: mit
- Created: 2022-07-10T21:14:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:14:54.000Z (4 months ago)
- Last Synced: 2024-08-29T02:04:09.889Z (4 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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