Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 544 Bytes

File metadata and controls

17 lines (11 loc) · 544 Bytes

Dice Game

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.

Concepts Practiced

  • Python
  • Random number generation
  • Conditional statements
  • User interaction
  • Basic game logic

What I Learned

This project helped me practice making a program feel interactive instead of only doing static calculations.