The other answer from @ampseandrew@lemmy.world already covers most points, so I’ll just a few things:
- Most game servers out there are already built in a way to allow for easy deployment. After all, devs have to have way to test changes, so being able to run a small server locally for debugging purposes is hugely beneficial to development.
- I also can’t imagine that there’s any game server out there that shouldn’t be able to run on a single system. The heaviest one game I can imagine is Minecraft, due to the whole open world terrain generation, world streaming and physics calculations, and even that can be run off a Raspberry Pi for a small number of players.
ampersandrew@lemmy.world 2 months ago
Licenses and middleware can be chosen more proactively to preserve and distribute the server if they know during development that it’s a requirement. There are tons of people who functionally play MMOs single player already, when the server is already running. And I play a 12 year old fighting game that’s easily able to coordinate 20-100 people to play it multiple times per week with nothing but Discord; there’s no doubt in my mind you’d be able to get 40 people together for a raid on a private server.