A console-based arcade in Python featuring an unbeatable Tic Tac Toe AI, a high-precision Reaction Timer, and a classic Stone Paper Scissors game.
- Unbeatable Tic Tac Toe: Play against a computer that uses a strategic algorithm to guarantee it will never lose.
- Reaction Timer: Tests your reflexes by measuring your keypress time down to the millisecond using the
msvcrtlibrary for instant input detection. - Stone Paper Scissors: A classic best-of-3 match against the computer with robust user input handling.
- Modular Design: Clean, separated functions for each game, all managed by a central main menu.
- Python 3
msvcrt(for real-time keypress detection in the Reaction Timer)randomtime
-
Prerequisites: You must have Python 3 installed. This project uses the
msvcrtmodule, which is built into Python on Windows. -
Clone the repository:
git clone [https://github.com/yes-oggy/Python-Mini-Game-Hub.git](https://github.com/yes-oggy/Python-Mini-Game-Hub.git)
-
Navigate to the folder:
cd Python-Mini-Game-Hub -
Run the application:
python "Mini Gaming Hub.py"