• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

I want to create poker multiplayer game

Hi everyone..
Can someone will help me to create poker multiplayer game?
I want to create the same asap.
Thanks in advance!
 
That's a huge question to answer.
What's your current level of knowledge regarding Android app development? Are you familiar with the Java programming language?
 
That's a huge question to answer.
What's your current level of knowledge regarding Android app development? Are you familiar with the Java programming language?
Thanks for your response.
Yes.. I know basic Java
Is there any API or scripts available to create such game?
 
Your question is still way too broad to answer. What would you like an "API or script" to do?
You would create this game in the same way that you would build any other app. Start by designing the UI and app workflows. Think about what data you need. This being a multiplayer app, adds a lot of complexity. It'll probably involve a central server component, for game coordination.
Simply asking for an "API" to do all this is meaningless. Yes there are libraries you can use to make things easier to develop, but they are focused on different aspects of the required functionality.
I imagine this will be quite heavy on graphical content, but it all depends on how you visualise the UI, and how to represent the card game.

So to start with, you need to do a lot more thinking about the app design.
 
Your question is still way too broad to answer. What would you like an 'API or script' to do?
You would create this game in the same way that you would build any other app. Start by designing the UI and app workflows. Think about what data you need. This being a multiplayer app, adds a lot of complexity. It'll probably involve a central server component, for game coordination.
Simply asking for an 'API' to do all this is meaningless. Yes there are libraries you can use to make things easier to develop, but they are focused on different aspects of the required functionality.
I imagine this will be quite heavy on graphical content, but it all depends on how you visualise the UI, and how to represent the card game.
So to start with, you need to do a lot more thinking about the app design.
Thanks bro, will you be able to help me in this case?
 
Sure. Happy to help with any specific questions you have.

Thread moved to Android Development forum.
 
Back
Top Bottom