One day, I got bored and decided to build a collection of clean, secure text-based console games written in Python.
- GameGuessNumber.py โ A classic "Guess the Number" game with two modes (infinite and limited attempts).
- Anti-Fool Protection: Fully wrapped in
try-exceptblocks. If you input letters instead of numbers, the system safely handles it without crashing. - Auto-Fix Boundaries: If the second number is smaller than the first, the script automatically swaps them.
- System Restart: Uses
os.execvto fully restart itself in memory upon completion.
This project is licensed under the MIT License.