Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Double Digit Game

## About
A beautiful double digit displaying game built using Pygame and PyOpenGL

Run 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