Guess the Number
- Tech Stack: Python, NumPy
This is a short fun game created through Numpy-Python. In the game, you have 2 modes (namely Auto and Manual) to play.
Requirements:
- Python
- NumPy Module
pip install numpy
About the Game:
- In Auto mode, the computer will remember a number (between 0-10), and the user will guess it in 5 chances.
- In Manual mode, the user will input their own number from which the computer has to remember the number. Then the user has to guess it in 5 chances.