This project is developed with the purpose of covering basic concepts of game development using Pygame, Tkinter, and many more GUI module offered by Python language. This project consists of dashboard that offers four different games to play within one application. Pygame is a game development library in Python. It includes computer graphics and sound libraries designed for writing 2-D video games. Tkinter is the standard GUI library for Python. Tkinter provides various controls such as buttons, labels and text boxes used to make GUI application.
Games developed are:
- HANGMAN
- PONG GAME
- TIC TAC TOE
- ROCK PAPER SCISSORS
Project_video.mp4
- Allows user to experience user friendly interface and play.
- Multiple games offered in a single platform.
- Python
- Pygame
- Tkinter
- Pillow
If you have ideas for new features or improvements, feel free to open a feature request on my GitHub repository.
Special thanks to the contributors and open-source projects that provided inspiration, guidance, and tools for this project.