This is a small number guessing game made for fun, with two ways to play:
game.pyfor a Python CLI experience with macOS voice narrationNumberGame.htmlfor a browser-based version with a dial-pad style interface
- Easy, Medium and Hard difficulty modes
- Feedback that changes based on how quickly you guess
- Random exit messages for a bit of personality
- Voice narration support in both CLI and web versions
- Python 3 for the CLI game
- macOS (uses built-in say command)
- A modern browser for the web version