Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 590 Bytes

File metadata and controls

18 lines (14 loc) · 590 Bytes

Number Guessing Game

Overview

This is a small number guessing game made for fun, with two ways to play:

  • game.py for a Python CLI experience with macOS voice narration
  • NumberGame.html for a browser-based version with a dial-pad style interface

Features

  • 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

Requirements

  • Python 3 for the CLI game
  • macOS (uses built-in say command)
  • A modern browser for the web version