Created game in WPF on similar way to crossy road. I have rewritten this version in C# to publish it to the microsoft store.
- 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
- Whenever the score is divisible by 5 until the score reaches 45
- Enemy speed increases
- Achieving a score between 16 and 29
- Spawning enemies is greater
- You can't use (A or ←) and (D or →)
- Achieving a score greater than 29
- Maximum number of spawning enemies
- You can't use (A or ←) and (D or →)
- Change random colors of player, screen, enemies and fonts
- Change random background music
- To mute the background music, press the M
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
- 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 💚