-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris Achenbach edited this page Sep 3, 2018
·
1 revision
Welcome to the ninjaServer wiki!
- list of connections
- list of players
- map connection to player (later on, manage sessions. But for now, don't worry about it)
- world size
- player current position
- player target position
- game tick
- update player position on tick
- tell clients when a player has moved.
- handle chats.
AddPlayer(name)
MoveTo(x,y)
SendChat(message)