Created game in pygame on similar way to crossy road. I have rewritten this application into a WPF application.
- install
pip install -r requirements.txt
- 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.
- Achieving a score of 6
- Chance to spawn enemy is greater
- Enemy speed increases
- Achieving a score of 10
- You can't use A and D
- Change random colors of player, screen, enemies and fonts
- Change random background music
MOVE | MAIN BUTTON | SECOND BUTTON |
---|---|---|
up | W | ↑ |
left | A | ← |
down | S | ↓ |
right | D | → |
- Background music
- I used Chrome Music Lab
- Sounds
- I used Leshy SFMaker
- Fonts
- I used Font Space
- 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 💚