A simple and fun number guessing game implemented in Python. Available in both terminal-based and graphical UI versions.
-
Install Python: Download and install Python from python.org.
-
Install Dependencies:
- For the terminal-based game:
pip install colorama
- For the terminal-based game:
-
Run the Game:
- Terminal-Based:
python main.py
- Graphical UI:
python gui_game.py
- Terminal-Based:
- Terminal-based and graphical UI versions.
- Responsive feedback for each guess.
- Option to restart the game.
- Clean and intuitive interface.
Enjoy the game!