This project is a graphical user interface (GUI) application developed using Python's Tkinter library. It allows users to select and play various games directly from the GUI, including Rock Paper Scissors, Hangman, Tic Tac Toe, and Mastermind.
- Game Selection: Users can choose from four different games.
- User-Friendly Interface: The application features a clean and intuitive graphical user interface.
- Cross-Platform Compatibility: Designed to run on Windows operating systems.
To get started with this project, ensure you have Python installed on your system. This project has been tested on Python version 3.9 and later.
- Python 3.9 or higher
- Tkinter library (included with standard Python installations)
Clone the repository to your local machine using Git:
git clone https://github.com/DefinetlyNotAI/Game-Selector.git
Navigate to the project directory:
cd Game-Selector
Ensure you have Python installed and Tkinter is available. If Tkinter is not installed, you may need to install it separately.
Run the main.py
script to start the application:
python GameHub.py
The application will open a window displaying buttons for each game. Clicking a button will launch the selected game.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE file for details.
Shahm Najeeb - nirt_12023@outlook.com
Project Link: https://github.com/DefinetlyNotAI/Game-Selector