Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imoxto/doubledigitgame
Beautiful double digit game built with pygame and pyopengl
https://github.com/imoxto/doubledigitgame
Last synced: 9 days ago
JSON representation
Beautiful double digit game built with pygame and pyopengl
- Host: GitHub
- URL: https://github.com/imoxto/doubledigitgame
- Owner: imoxto
- Created: 2022-11-29T13:14:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T13:27:36.000Z (about 2 years ago)
- Last Synced: 2024-10-12T11:04:44.417Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Double Digit Game
## About
A beautiful double digit displaying game built using Pygame and PyOpenGLRun it using:
```bash
python src/main.py
```## Functionalities
- `UP` keys increases number
- `DOWN` key decreases number
- `RIGHT` moves the number right
- `LEFT` moves the number left
- `w`, `s` rotates it around z axis
- `a`, `d` rotates it around y axis
- `q`, `e` rotates it around x axis