Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
/ GameHub Public archive

Super basic game hub including 4 games

License

Notifications You must be signed in to change notification settings

DefinetlyNotAI/GameHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Selector

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.

Features

  • 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.

Getting Started

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.

Prerequisites

  • Python 3.9 or higher
  • Tkinter library (included with standard Python installations)

Installation

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.

Usage

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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Shahm Najeeb - nirt_12023@outlook.com

Project Link: https://github.com/DefinetlyNotAI/Game-Selector