https://github.com/pranjalco/turtle-crossing-game-intermediate
A fun and interactive game where the player guides a turtle from the bottom to the top of the screen while avoiding cars moving from right to left. The game becomes progressively challenging as the cars move faster with each level. The player uses `w` to move the turtle up and `s` to move it down. The game ends if the turtle collides with a car.
https://github.com/pranjalco/turtle-crossing-game-intermediate
game game-development object-oriented-programming oop python-programming random-module timer turtle-graphics
Last synced: 3 months ago
JSON representation
A fun and interactive game where the player guides a turtle from the bottom to the top of the screen while avoiding cars moving from right to left. The game becomes progressively challenging as the cars move faster with each level. The player uses `w` to move the turtle up and `s` to move it down. The game ends if the turtle collides with a car.
- Host: GitHub
- URL: https://github.com/pranjalco/turtle-crossing-game-intermediate
- Owner: pranjalco
- License: mit
- Created: 2025-01-09T13:12:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:54:13.000Z (3 months ago)
- Last Synced: 2025-03-16T16:37:48.911Z (3 months ago)
- Topics: game, game-development, object-oriented-programming, oop, python-programming, random-module, timer, turtle-graphics
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turtle Crossing Game
A fun game where the player guides a turtle to the top while avoiding moving cars. The game gets harder as car speeds increase with each level.## Screenshots
, , ## Author
Pranjal Sarnaik## Features
- Move the turtle using `w` (up) and `s` (down).
- Avoid cars moving from right to left.
- Reach the top to advance to the next level.
- Car speed increases as levels progress.
- Game over on collision with a car.## Level
Intermediate## Tech Stack
Python | Turtle | OOP | Random Module | Game Logic | Game Development## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/turtle-crossing-game-intermediate.git3. Run:
```bash
python app.py**Created by Pranjal Sarnaik**
*Released under the MIT License*