“Number Mind Game is a simple Python-based number guessing game. The player must guess 3 unique secret numbers generated by the system. The application was converted into a Windows executable using PyInstaller.”
- The system generates 3 secret numbers between 1 and 20.
- Guess the numbers.
- Enter numbers in this format:
1, 15, 6 - After each guess, you will receive hints:
- Correct numbers (any position)
- Correct numbers in correct position
- Correct numbers in wrong position
-
- Type
endornoto quit the game
- Type
- User-friendly text-based interface
- Hint system for better gameplay
- Input validation
- Restart option after each round
- Open the
distfolder - Double-click (
NumberMindGame.exe) - No Python installation required
- Python
- Random module
- Time module
- Basic logic & functions
- PyInstaller