An open API service indexing awesome lists of open source software.

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

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