A simple Python arcade-style game built using the turtle graphics module.
Inspired by the classic "Frogger" game, the player must help a turtle cross a busy road filled with moving cars without getting hit.
- Move the turtle up using the arrow key
- Randomly generated cars with increasing speed
- Level counter and scoreboard
- Game Over screen if the turtle is hit
turtle-crossing-start/ │ ├── car_manager.py # Handles car movement and generation ├── main.py # Main game loop ├── player.py # Player (turtle) control logic ├── scoreboard.py # Score tracking └── README.md # Project documentation
yaml Copy Edit
- Python 3.x installed on your machine
- Clone or download this repository
- Open a terminal and navigate to the folder
- Run:
python main.py
🧠 What I Learned OOP in Python (classes, objects)
Using the turtle module for game development
Handling keyboard events
Creating clean code structure with multiple files
📸 Screenshots (Add screenshots here if you'd like)
🧑💻 Author Akshay Kumar S GitHub Profile