-
Notifications
You must be signed in to change notification settings - Fork 2
Robots
Jason edited this page Mar 1, 2025
·
2 revisions
A robot is a living entity considered as a main "actor" of the game. It can be either friendly (controllable by the player) or not friendly (an enemy controllable by artificial intelligence).
There are 2 types of robots controllable by the players: the orange one and the green one. They are able to change their appearance by promoting to higher ranks (see "Player Ranks" page for more information). The following table presents their look on the 1st rank:
Player 1 | Player 2 |
---|---|
![]() |
![]() |
In the game, there are 4 types of enemy robots. They move randomly around the map and constantly shoot forward. Promoting an enemy transforms it into the golden robot type considered as the most powerful. Details of each enemy type are shown in the following table:
Type | Appearance | Health points | Robot movement speed | Bullet movement speed | Shoot delay | Points for defeat |
---|---|---|---|---|---|---|
Blue | ![]() |
1 | 1 | 6.5 | 1 | 100 |
Cyan | ![]() |
1 | 3 | 6.5 | 0.9 | 200 |
Magenta | ![]() |
2 | 1.2 | 10 | 1 | 300 |
Golden | ![]() |
4 | 0.5 | 6.5 | 1 | 500 |