Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 871 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 871 Bytes

Introduction

CrossTheRoad is my small weekend project to kill boredom. Everyne knows that little game where you have to cross the road full of vehicles and this is my try of remake it. I wrote the some code, steal some cars graphics and reworked turtle graphics and voila!

Game mechanics

This game is about crossing the road, you have to achieve top of the map with your turtle. When you do this you go to teh start of the next level with faster cars. When car hits you, you lose one heart of three, and if you hit zero hearts you loose.

Controls

To control your turtle you can use wasd on your keyboard.

Screenshots

Start GameOver

Technologies

  • Python 3.9.2
  • pygame 2.0.1