R-Climber [Android][IOS][Free]

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 :slight_smile:

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

Looks nice, is it for children? :slight_smile: Do you use 2D or 3D physic?

I use 3D physic, but now I see it could be better to use 2D.

Also I have added support of leaderboards and achievements via Unity’s Social Interface. And I have added article “How to use Social Interface in Unity”, it could be helpful for people who start to work with it: Social Interface experiments - Learn Content & Certification - Unity Discussions