https://github.com/sorebit/top-down-server-proto
Node.js multiplayer top down server prototype
https://github.com/sorebit/top-down-server-proto
multiplayer nodejs server top-down
Last synced: about 2 months ago
JSON representation
Node.js multiplayer top down server prototype
- Host: GitHub
- URL: https://github.com/sorebit/top-down-server-proto
- Owner: Sorebit
- License: mit
- Created: 2017-03-01T15:15:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T17:35:32.000Z (over 8 years ago)
- Last Synced: 2025-10-08T23:51:30.261Z (9 months ago)
- Topics: multiplayer, nodejs, server, top-down
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Top down server prototype (with temporary client)
It's soon to be a top down shooter server
### Features
- Server:
- WebSocket support (main way of communication)
- One-way communication (server sends info to clients)
- Pausing server loop, when noone is connected
- Basic client
### Future features (sorted by priority)
- Server:
- Two-way communication (Handling client input)
- Lag recompensation