[Android & iOS] God of RPS - Hyper Casual Arcade Game

Hi everyone :raised_hand_with_fingers_splayed:

This is our new game God of RPS.
God of RPS is an oldschool arcade style casual game.

We have used cocos2d-x 3.16.

Challenge the RPS-God !

Android:
https://play.google.com/store/apps/details?id=com.superbomb.series.rps

iOS:
https://itunes.apple.com/app/id1410764042

1 Like

Nice art. Congrats on releasing.

1 Like

I don’t understand why i’m losing.
Any tutorial about how to play?

1 Like

It’s polished and fun game but little stressful for me. Difficulty curve is sharp, it took me some time to understand that it’s a rock paper scissor game, a short tutorial can sort it out

Can you please tell me how you achieved full
screen on Android?

Have a look at this thread
https://discuss.cocos2d-x.org/t/why-canvas-does-not-expands-to-full-screen-on-android/44505/2

1 Like

Based on the rules of Rock–Paper–Scissors.

You can win the hand block of the middle white column by pressing one of the three lower buttons.
There is no tutorial, but the ‘tap’ guide tells you which button to touch.

If you lose on Rock–Paper–Scissors game, or the dark cloud falls on your character’s head, it’s game over.

Good Luck!

Thank you for your feedback.

I checked your problem.

I only use cocos2d-x, so I do not know much about the engine you used.
So I am careful, but I think I need to modify the contents of settings / project.json.

If you change the ‘fit-width’ or ‘fit-height’ value, it will be full screen, but be careful because the aspect ratio may be out of order.

I applied ResolutionPolicy::EXACT_FIT from cocos2d-x.

it is a hard game for sure. Difficult to understand how to play. If I hadn’t read your post above on rock, paper, scissors I wouldn’t have know how.

Thank you for your feedback. @slackmoehrle

We are discussing adding game play guide.