/multiplayer-game-server

Multiplayer RTS game server (proof-of-concept)

Primary LanguageJavaScript

Multiplayer RTS Game Server

This is a proof of concept for using node and socket.io for a multiplayer RTS game. The architecture is client-server, using lock-step synchronization.

Conclusion: it works fine, but would be difficult to scale.