Skip to content

Sorebit/top-down-server-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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