Project information
- Category: GUI Game
- Tools Used: Python, Tkinter library
- Project date: 26 November, 2021
Project Details:
I challenged myself to create a classic game using Python and its Tkinter library. As a requirement for the project, I could only use Tkinter instead of more game-oriented libraries like Pygame.
Despite the challenge, I was determined to create a fun and engaging game that would be enjoyable for players of all ages. However, Tkinter is not specifically designed for game development, so I had to come up with creative solutions for implementing game mechanics, such as creating my own collision detection system.
One of the unique features of my game is the custom leaderboard, which tracks the top scores of players and allows them to compete for the highest rank. Additionally, I added increasing levels of difficulty, which keeps the game challenging and exciting for players as they progress.
Throughout the project, I gained valuable experience in problem-solving and overcoming limitations. I am proud of the end result, which is a testament to my dedication and passion for programming.