Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 709 Bytes

File metadata and controls

18 lines (16 loc) · 709 Bytes

Road crossing

Rules

  1. Up arrow to move up and Down arrow to move down
  2. The goal is to reach the finish line without getiing hit by a car
  3. The speed of cars will increase everytime you level up

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone git@github.com:AseanK/beginner-python-games.git
  3. Head to the road_crossing folder
  4. Run the file using python command python main.py