[Game] Time Ninja - Test your perception, anticipation and patience

Hi everyone!

I just wanted to show my new game created using cocos2d-x v3.2 and know your opinion.

Don’t worry It is not a clone of Flappy Bird or Timberman :slight_smile:

In this game you need to put your perception, concentration and anticipation to work. You will need to observe a spinning arrow and analyse its speed. When you’re ready, you should tap the START button and the arrow will disappear, but it will continue its movement. Then you will need to tap the STOP button when you think the arrow is inside a target sector, which will be shown right after the arrow becomes invisible.

The game is FREE and you can download it using following links:

iOS: https://itunes.apple.com/app/time-ninja/id917255252
Google Play: https://play.google.com/store/apps/details?id=com.pixeloxygen.internalclock
Amazon: http://www.amazon.com/Kirill-Muzykov-Time-Ninja/dp/B00NSXRDR4

I would really love to hear your honest opinions, because I have similar ideas and want to know how everyone feels about this kind of simple games.

Thanks for reading!

1 Like

Congrats on the release. The concept looks interesting. I’ll play it tonight.

Nice. But the game should close if I press ‘Back’ button.

@slackmoehrle. Thanks, looking forward to hear your opinion.

@dotsquid. Thanks. Yeah, for some reason back button doesn’t work this way. I didn’t add any special code to disable the back button and thought that this should be default behaviour. I guess instead to make it work I need to override onBackPressed and add some code to close the app.

Yeap, unlike the ‘Home’ button the ‘Back’ button has no default listener. You have to implement it by yourself.