A downloadable game for Windows

Money Catcher is a game where you catch money falling from the sky and obtain a score as high as possible in 60 seconds. You can collect clocks which increases the timer so you can earn even bigger scores!

In-game currency you earn from playing the game can be used to purchase abilities, upgrades and cosmetics.

This is the first published game that I have created while teaching myself how to code using C# in Unity.

Controls

  • A = Move reft
  • D = Move right
  • ESC = Pause

Pickups

  • Yellow coin increases score by 1 * score multiplier
  • Red coin increases score by 10 * score multiplier
  • Blue coin increases score by 25 * score multiplier
  • Green coin increases score by 50 * score multiplier
  • Orange coin increases score by 75 * score multiplier
  • Clock increases timer by a random number in the range of 5 and 20
  • Skull ends the game immediately upon collision
  • Speed pickup can stack up to 3 and will then trigger the increased speed event
  • Double score pickup can stack up to 3 and will then trigger the double score event

Game Events

  • Increased movement speed event (Temporarily Removed)
    • When you collect 3 of the new speed pickups, you will then have 30 seconds of increased movement speed. Any speed or double score pickups collected within this 30 second time frame will not stack and won't count towards the next events.
  • Double score event
    •  When you collect 3 of the double score pickups, you will then have 30 seconds of doubled score which will double your score multiplier. Any double score or speed pickups collected within this 30 second time frame will not stack and won't count towards the next events.

Download

Download
Money Catcher 37 MB
Version 19 Mar 09, 2018

Install instructions

Unzip and open "Money Catcher.exe" to run. Enjoy!

Development log

View all posts