jorisvddonk / operation_rm

Operation RM is a space shooter game in which you fight your own filesystem, inspired by Operation: Inner Space.
Other
1 stars 0 forks source link

Add multiplayer #8

Open jorisvddonk opened 7 years ago

jorisvddonk commented 7 years ago

Support for multiplayer would be really sweet.

Although socket.io is already used for bidirectional asynchronous communication between server and client, adding multiplayer support could still cost quite a bit of time.

jorisvddonk commented 7 years ago

Started working on this in the 'further-development' branch.

jorisvddonk commented 7 years ago

Some more stuff needs to be done to finish the multiplayer support:

jorisvddonk commented 7 years ago

To elaborate on the current state of multiplayer support: it was written in about 30 minutes, and works in so far that two players can shoot up files in the game's root folder, but desyncs will eventually happen unless the aforementioned TODOs are resolved.