Skip to content

Fearplay/Cube-Climber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube-Climber

Created game in WPF on similar way to crossy road. I have rewritten this version in C# to publish it to the microsoft store.

Index

Get the app

Screenshots

screenshot screenshot

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. Whenever the score is divisible by 5 until the score reaches 45
  • Enemy speed increases
  1. Achieving a score between 16 and 29
  • Spawning enemies is greater
  • You can't use (A or ) and (D or )
  1. Achieving a score greater than 29
  • Maximum number of spawning enemies
  • You can't use (A or ) and (D or )
  1. Change random colors of player, screen, enemies and fonts
  2. Change random background music
  3. To mute the background music, press the M

Usage

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

Resources

  1. Background music
  1. Sounds

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