issues
search
davpal
/
jetspace
Simple Java 2D ship shooter game
Other
1
stars
0
forks
source link
Begin multiplayer game
#6
Closed
davpal
closed
8 years ago
davpal
commented
8 years ago
Simplified multiplayer scenario
Create local player
Wait when there are no other players
Create network player when someone has been connected
Receive messages from network players
Update network players state based on received messages
Render network players
Simplified multiplayer scenario
Create local playerWait when there are no other playersCreate network player when someone has been connectedReceive messages from network playersUpdate network players state based on received messagesRender network players