Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 758 Bytes

File metadata and controls

27 lines (18 loc) · 758 Bytes

Number Guessing Game

A simple number guessing game powered by Python3.

How To Play

  1. Install Python3 (3.4 or higher best)
  2. Open a terminal (e.g. PowerShell on Windows)
  3. Change Directory to the location of the game (e.g. cd D:\DE_numguess)
  4. Run the game by typing python numguess.py
  5. Play it and have fun!

Tip

For Linux and macOS users, replace python with python3 in the command.

Items Meaning

  • Player : The person who is playing the game.
  • times : The guessing times of a round of the game.
  • range : The range of numbers that the player can guess.
  • score : The score of this/last round of the game.

Copyright

© 2025 Oak Studio. All rights reserved.

© 2024~2025 ElofHew. All rights reserved.