[FREE][iOS/Android]Texas Hold'em Poker +

Our game using Cocos2D-X 3.3 is live for iOS and Android (Google Play and Amazon).

Please check it out! I’d be happy to answer any questions about how it was implemented and the hurdles we encountered using Cocos2D-X and how they were overcome.

Game Website: https://www.boqugames.com/poker
iTunes Download: https://itunes.apple.com/app/id1035219558
Google Play Download: https://play.google.com/store/apps/details?id=com.boqugames.poker
Amazon App Store: http://www.amazon.com/gp/mas/dl/android?p=com.boqugames.poker

1 Like

looks good, what are you using for multiplayer?

We’re using a custom server for the multiplayer.

Hi there, really nice work :slight_smile:, by the way we are developing same game, it’s our first cocos2dx game so we are having many problems, we have solved almost all problems , still we are having some question and tried to find out answer but could’t here is the list, i hope you will get time to answer it

1. What do you use for exception handling
2. How can we get splash screen while scene are changing in background
4. Does this game support for type of ration (16:9, 18:5, etc.) device
5. Does this game support tablet
6. How may assets set you have used (we have looked into internet and found most of them are using different assets for different screen size and ration devices)
7. And if you are using one asset set, how you manage for all different ration devices

we tried to follow PPPoker and it seems that hey are using only one assets set, but coud’t figure out how