Skip to content
Chris Achenbach edited this page Sep 3, 2018 · 1 revision

Welcome to the ninjaServer wiki!

Current Roadmap

Unorganized TODO:

  • 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.

APIs needed

AddPlayer(name)
MoveTo(x,y)
SendChat(message)

Clone this wiki locally