Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 358 Bytes

#Dat

##DatServer A simplistic game server written in Go.

On the TODO:

  • Save/Load player states from disk
  • Implement channels, to allow cross-player communication
  • Implement a simple chat system

##DatClient A crude game client written in Python, using Pygame.

On the TODO:

  • Load a player sprite from local file
  • Connect to the given server address