https://github.com/indiecodermm/bridgehero-turtlegame
Fun arcade game with procedurally generated levels and colorful graphics. Built with Turtle.
https://github.com/indiecodermm/bridgehero-turtlegame
beginner-project python turtle-graphics
Last synced: 3 months ago
JSON representation
Fun arcade game with procedurally generated levels and colorful graphics. Built with Turtle.
- Host: GitHub
- URL: https://github.com/indiecodermm/bridgehero-turtlegame
- Owner: IndieCoderMM
- License: mit
- Created: 2021-12-04T06:36:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T08:04:17.000Z (over 3 years ago)
- Last Synced: 2025-04-13T05:53:53.930Z (about 1 year ago)
- Topics: beginner-project, python, turtle-graphics
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bridge Hero
**Bridge Hero** is a simple arcade game created using [Turtle Graphics](https://docs.python.org/3/library/turtle.html). The code is written as clearly as possible for beginners to easily understand the concepts and apply in their own projects.

### Description
In **Bridge Hero**, the players must use their building skills to construct bridges and advance to the next platform. The objective is to carefully construct a bridge that will safely allow little *Bob* to cross over the gaps.
### Features
- Endless challenges
- Random level generation
- Simple, intuitive control
- Fun, colorful design
### Gameplay
- Press "S" to start/restart the game
- To build the bridges, press down "SPACE"
- If the bridge reaches the desired length, release "SPACE"
- The bridge will fall flat on the ground
- And the character will walk across it
### Screenshots

### License
This game sources are licensed under MIT. Check [LICENSE](LICENSE.md) for further details.