Skip to content

Game Hub is a simple Python project that lets users choose from three games: Ping Pong, Tic-Tac-Toe, and Snake. It requires Python 3 and Tkinter library to be installed on the user's computer. Users select a game by clicking on the corresponding button on the main menu, and each button runs the corresponding Python script for the selected game.

Notifications You must be signed in to change notification settings

yashwanth-javvaji/game-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Hub

This project is a simple game hub that allows the user to choose between three games: Ping Pong, Tic-Tac-Toe, and Snake. The user can select the game they want to play by clicking the corresponding button on the main menu. Each button runs the corresponding python script for the selected game.

Requirements

  • Python 3
  • Tkinter library

Running the project

  • Clone the repository or download the project files.
  • Make sure you have python3 and tkinter library installed on your computer.
  • Go to the project directory in your terminal.
  • Run the following command to start the program.
    python3 game_hub.py

Game Scripts

The game scripts for the Ping Pong, Tic-Tac-Toe, and Snake games must be in the same directory as the game_hub.py file. The scripts should be named ping_pong.py, tic_tac_toe.py, and snake.py respectively.

Note

Please make sure the python files of the games are in the same directory as the game_hub.py file, otherwise the program will not be able to find them.

About

Game Hub is a simple Python project that lets users choose from three games: Ping Pong, Tic-Tac-Toe, and Snake. It requires Python 3 and Tkinter library to be installed on the user's computer. Users select a game by clicking on the corresponding button on the main menu, and each button runs the corresponding Python script for the selected game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages