nodegame-client game object

Configuration options

See the documentation for Game.js in the docs folder.

Example object

All configuration options are listed below with their default value.

function myGame() {
  
  this.solo_mode = false;
  
  this.auto_wait = false;
  
  this.auto_step = false;
  
  this.observer = false;
  
  this.minPlayers = 1;
  
  this.maxPlayers = 1000;
}