Python Game Projects
Turtle Race
Simulates a race between multiple turtles.
Uses the 'turtle' module for graphics.
Randomizes each turtle's movement to create an unpredictable
race.
Snake Game
Classic Snake game mechanics.
Uses the 'turtle' module for graphics.
Keeps track of the player's score.
Ping Pong Game
Classic Ping Pong game mechanics.
Uses the 'turtle' module for graphics.
Two-player mode with paddle controls.
Keeps track of the players' scores.
US States Name Guessing Game
Interactive game to guess the names of US states.
Uses the `turtle` module for a graphical interface.
Displays the map of the US and tracks correctly guessed states.
Quizzler
Interactive quiz game with multiple-choice questions.
Simple and engaging GUI created with the 'tkinter' module.- Fetches quiz questions from an online API.
Keeps track of the score and provides feedback on answers.