Hello,
I have a puzzle game. Basically it’s like a quiz game in which you have to answers the questions in a certain time to gain points. It’s working perfectly offline as the user can score points and everything.
However I want to make my game multiplayer. I want to be able to display the same question to two users competing against each other via the internet and when one of them answers incorrectly, he loses.
Can someone please guide me as to how I would be able to achieve this?
Thank you.
This is called Networking and cannot be taught in a simple post. - YouTube
Go here and you can learn to use the Network in your app.