This project is a collection of 15 fun and simple games developed using Python's Turtle graphics library. Each game offers a unique and engaging experience, showcasing the versatility and creativity possible with the Turtle module. These games are designed to be easy to understand and play, making them perfect for beginners and those looking to learn more about Python and Turtle graphics.
- Rangoli Maker: Create beautiful rangoli patterns using Turtle.
- Turtle Clicker: A click-based game where you must catch the turtle as it moves around the screen.
- Turtle Maze Runner: Navigate your turtle through a maze to reach the goal.
- Snake Game: A classic snake game where the turtle grows longer as it eats food.
- Turtle Race: Simulate a race between multiple turtles and see who wins.
- Turtle Pong: A two-player Pong game with turtles as paddles.
- Turtle Drawing: Free draw with a turtle, creating shapes and designs as you wish.
- Memory Game: Test your memory by matching pairs of cards.
- Caterpillar: Guide the caterpillar to eat food and grow longer.
- UFO: Control a UFO to avoid obstacles and survive as long as possible.
- Dodge: Move the turtle to dodge incoming objects.
- Turtle Chase: Chase the turtle as it moves around randomly, increasing in speed.
- Turtle Shooting: A simple shooting game where you aim and fire at targets.
- Color Filler: Fill the screen with color using your turtle as a paintbrush.
- Turtle Darts: Play a game of darts with your turtle, aiming for the bullseye.
- Ensure you have Python installed on your computer.
- Clone or download the repository to your local machine.
- Navigate to the game folder you want to play.
- Run the Python script using
python <script_name>.py
.
- Python 3.x
- Turtle graphics library (built-in with Python)
- This project is a fun learning exercise, and no license is provided.
- Contributions are welcome, but no formal process is set up for pull requests or issues.
Feel free to fork this repository and experiment with your own turtle games!