1
vote
1answer
101 views

In general terms, how does a peer-to-peer game model work? [closed]

after some time of playing with Cirrus (a P2P model communication between users) I could made a simple game. However, the game is turn based, so, it works like this: Player A sends a message Player ...
4
votes
2answers
349 views

A simple example of movement prediction

I've seen lots of examples of theory about the reason for client-side prediction, but I'm having a hard time converting it into code. I was wondering if someone knows of some specific examples that ...
0
votes
0answers
323 views

Android - Multiplayer Game - Client / Server - Java etc

I must write a multiplayer pong game for the school. Where are thousand of rooms and where two players can go in to a room and play together and collect points. I programmed the Pong game using Java ...