Money Catcher
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.
Status | In development |
Platforms | Windows |
Author | Lionstar Games |
Genre | Platformer |
Made with | Unity |
Tags | 3D, Low-poly, Side Scroller, Third Person, Unity, User Interface (UI) |
Download
Download
Money Catcher 37 MB
Version 19 Mar 09, 2018
Install instructions
Unzip and open "Money Catcher.exe" to run. Enjoy!
Development log
- State of the game: Abilities & CosmeticsApr 05, 2018
- Money Catcher Update #9Mar 09, 2018
- Money Catcher Update #8Mar 07, 2018
- Money Catcher Update #7Mar 07, 2018
- Money Catcher Update #6Mar 05, 2018
- Money Catcher Update #5Mar 05, 2018
- Money Catcher Update #4Mar 04, 2018
- Money Catcher Update #3Mar 03, 2018