An open API service indexing awesome lists of open source software.

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.

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.

![$(Bridge Hero)](screenshots/screenshot00.png "Bridge Hero")

### 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

gameplay

### License

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