Describes a actor at the game board. Not to be confused with Player
which is the person controlling the Entity.
this will most likely be a player controlled robot but it also can be a AI controlled Entity or robot > We did use Entity instead of the word Robot or bot because the word bot is used for the AIs controlling the robot. And also because theoretial a entity can be a not robot entity
Name | Type | Description | Notes |
---|---|---|---|
Direction | Direction | ||
Name | string | The default rule for names in the game | |
Id | int | The unique identification of this entity. <br> !!! This is not the id of the player<br> This value will be autogenerated by the api and is read only | [optional] |
Location | Position |