You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,5 @@ Note that `eatables.apple` can either be `null` or a number. The number only rep
29
29
|`rules`|`apples`| How many apples is located at the arena and how they are placed. |
30
30
|`rules`|`defeatedWorms`| What will happen to a defeated worm.<br>• `Disappears`<br>Defeated worms are removed.<br>• `Eatable`<br>Defeated worms becomes eatable for extra points.<br>• `Solid`<br>Defeated worms turns into a wall. |
31
31
|`rules`|`winner`| • `LastWormStanding`<br>Participants that are alive receive one point each time a worm is defeated. <br>• `MostPoints`<br>Participants receive one point for every eaten object until there is no more worms alive.|
32
+
33
+
To keep the challenge for all worms to be symmetric and equal, make sure to keep the amount of teams to an even number.
0 commit comments