Problem
What is the game server’s deployment architecture?
Context
We are developing the server for a multiplayer online game with a client-server architecture.
The game design seeks to create engaging game play within fixed technical and resource constraints. It trades game play features against number of concurrent players, player immersion, and size or complexity of the game world to simplify implementation, deployment, and maintenance. Continue reading Pattern: Monolithic Architecture