/closest-number-py

A simple two-player guess the number game made in Python because I was bored.

Primary LanguagePython

Closest Number

A simple two-player guess the number game made in Python because I was bored.
The player who guesses the number closest to the computer wins!

How To Play

  • Clone the repository onto your computer
  • cd to the local directory
  • Run py ./main.py to start playing!