https://github.com/wellsjo/multiplayer-game-server
Multiplayer RTS game server (proof-of-concept)
https://github.com/wellsjo/multiplayer-game-server
Last synced: about 2 months ago
JSON representation
Multiplayer RTS game server (proof-of-concept)
- Host: GitHub
- URL: https://github.com/wellsjo/multiplayer-game-server
- Owner: wellsjo
- Created: 2016-04-26T16:13:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T19:54:07.000Z (over 8 years ago)
- Last Synced: 2025-03-21T02:13:18.824Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.