A simple Python command-line game to roll 1 or 2 dice.
• Choose to roll 1 or 2 dice
• Displays dice faces as Unicode emojis: ⚀ ⚁ ⚂ ⚃ ⚄ ⚅
• Input validation and friendly prompts
• Option to play again after each roll
• Written in Python using built-in modules only (random, time)
1.Make sure you have Python installed.
2.Download or clone this repository.
3.Open terminal or command prompt.
4.Run:
python dice_roller.pyA beginner-friendly project to practice:
• Loops & conditionals
• User input validation
• Random module
• Unicode emojis in terminal
Enjoy rolling! 🎲✨