This is a simple dice game built in Python.
The project uses randomness, player interaction, and conditional logic to create a small interactive game. I built this while continuing to improve my Python skills and get more comfortable creating programs that respond to the user.
- Python
- Random number generation
- Conditional statements
- User interaction
- Basic game logic
This project helped me practice making a program feel interactive instead of only doing static calculations.