Skip to content

Fearplay/cross-the-road-python

Repository files navigation

cross-the-road-python

Created game in pygame on similar way to crossy road. I have rewritten this application into a WPF application.

Index

Get the app

Screenshot

screenshot screenshot

Requirements

  • install pip install -r requirements.txt

General

  • You're trying to get your player [small square] to the finish line, which is all the way up.
  • Meanwhile, the enemy [big square] is coming from the right. Every time you touch the finish line, you get one more point.
  • The game ends when you touch an enemy 3 times.

Game Features

  1. Achieving a score of 6
  • Chance to spawn enemy is greater
  • Enemy speed increases
  1. Achieving a score of 10
  • You can't use A and D
  1. Change random colors of player, screen, enemies and fonts
  2. Change random background music

Usage

MOVE MAIN BUTTON SECOND BUTTON
up W
left A
down S
right D

Resources

  1. Background music
  1. Sounds
  1. Fonts

Other

  • If you find any issue, please don't hesitate to report it via Issues
  • If you have an idea to improve this game, please don't hesitate to create pull request via Pull requests
  • Thanks to all 💚

Back to TOP

About

Game on similar way to crossy road.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages