Skip to content

Commit

Permalink
Merge branch 'clarify-robot-id'
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mao committed Jan 4, 2022
2 parents 6b7c4f2 + 134537a commit a13c4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

All robots have a certain amount of HP (also known as hitpoints, health, life, or such). When a robot's HP reaches zero, the robot is immediately removed from the game.

Robots are assigned unique random IDs no smaller than 10,000.
Robots are assigned unique random IDs no smaller than 10,000, except for your Archons.

Robots interact with only their nearby surroundings through sensing, moving, and special abilities. Each robot runs an independent copy of your code. Robots will be unable to share static variables (they will each have their own copy), because they are run in separate JVMs.

Expand Down

0 comments on commit a13c4a7

Please sign in to comment.