Game Rules define the rules for a Game
| Name | Type | Description | Notes |
|---|---|---|---|
| PlayerNamesVisible | bool | If true players can see the name of the player controlling a robot | [optional] [default to true] |
| MaxPlayers | int | The maximum ammount of players able to join the game | [optional] [default to 4] |
| Name | string | The visible name of the game | |
| RobotsPerPlayer | int | Defines the number of robots per player | [optional] |
| Password | string | The password of a game | [optional] |
| FillWithBots | bool | If true emply player slots are going to be filled up with AI enemys | [optional] [default to false] |