This project is a simple 3D dice roller built using the [Ursina Game Engine]. It displays a 3D cube with realistic dice pips (dots) on all faces. Press the SPACE key to roll the dice and watch it animate to a new random value.
- Realistic 3D dice with correct pips on all faces
- Smooth rotation animation when rolling
- Instructions displayed above the dice
- Built with Python and Ursina
- Python 3.7+
- Ursina
- Install Python if you haven't already: https://www.python.org/downloads/
- Install Ursina:
pip install ursina
- Download or clone this repository.
- Run the dice roller script:
python dice_roller.py - A window will appear with a 3D dice. Press the SPACE key to roll the dice.
- SPACE: Roll the dice
