Hi, I’ve finally finished my first game: R-Climber, inspired by Doodle Jump. It’s a simple endless scroller, but it took much more time than I thought to make it work
FEATURES:
- 3D-styled cartoon graphic
- real game physics
- endless game play
- different static and physical obstacles
- energy drinks and rockets that fly you higher
- fruits for extra points
Game is available for Android / IOS:
Currently I’m working on version 1.2: Game Center integration and level refactoring. In current implementation Robot stays at one vertical position, and level is scrolled down, so this causes a movement of static colliders and slows down productivity. In next version the level will be static, and player will be moving up. Also I plan to add shadows to accentuate 3d effect.
Also I think to make game more complicated, I believe game could be interesting for players, who like endless hardcore games, like Flappy Bird, ZigZag.
I appreciate any feedback and suggestions.
Cheers