Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 3.1 KB

README.md

File metadata and controls

44 lines (32 loc) · 3.1 KB

mmo-game-server

A game server (tooling) for a mmo game. This is only a tool, not a complete game!

Build Status Lines of Code FOSSA Status Quality Gate Coverage Technical Debt Rating Code Smells Bugs Vulnerabilities Security Rating

Sonarcloud

Requirements

See also MMO Proxy Server

Network Protocol

Network Protocol is specified here (proxy is transparent).

Modules

  • Core (Gameplay Mechanics, Player Synchronisation, ID Generation, Entities)
  • Frontend (TCP game frontend to proxy server)
  • Backend
  • Commons (used for proxy, gameserver and all other mmo specific things, including client)
  • Database (persistence layer)
  • Main (main configuration)

Server Architecture

See MMO Proxy Server.

License

FOSSA Status