Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/2048-py
https://github.com/ijsbol/2048-py
2048 2048-game pygame python
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijsbol/2048-py
- Owner: ijsbol
- License: mit
- Created: 2023-11-08T19:59:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T15:59:42.000Z (about 1 year ago)
- Last Synced: 2025-01-01T00:25:49.689Z (8 days ago)
- Topics: 2048, 2048-game, pygame, python
- Language: Python
- Homepage: https://git.uwu.gal/2048-py
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048-py
2048 game in Python## Run instructions
1. `python -m pip install -r requirements.txt`
2. `python 2048.py`## Game screenshots
|In game|Lose screen|
|--|--|
|![img](https://i.imgur.com/R36M0lw.png)|![img](https://i.imgur.com/UTqqpb2.png)|