Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 760 Bytes

DeS Server

This is a Demon's Souls game server written in Swift/Vapor. Server code is based on ymgve's desse - first working server after official servers shutdown.

Working features

  • Login
  • World tendency
  • Messages
  • Players wandering ghosts
  • Bloodstains
  • Coop/PVP matchmaking

Todo's

  • Players management (banning, etc.)
  • Server configuration

Deployment

This server is prepared for deployment on Heroku, or Dokku with a dokku-postgres plugin

Credits

  • ymgve - for reverse engineering DeS's online code, and creating first working server