Game
The top-level game files, the ones that describe the whole of Pointing
rather than any one player, instance or entity. Pointing has just one: its
config. (A game may also carry a
gamehoster-game-startup.js; Pointing does not.)
gamehoster-game.json
The whole config: the title, that players are dropped straight in (no browse or create), the 60/s simulation rate and 5/s send rate, and up to 16 players in one instance.
{
"gamehoster-game-title": "Pointing",
"gamehoster-game-browse": "none",
"gamehoster-game-create": "none",
"gamehoster-game-tickRate": 60,
"gamehoster-game-sendRate": 5,
"gamehoster-game-capacity": 16
}