Movement
For each turn, a player can move from one to three boxes(horizontally or vertically) before ending their turn. They obviously can not pass through obstacles directly.
If a player passes over a box containing a weapon, they leave their current weapon on site and replace it with the new one.
Fight!
If players stand next to each other(horizontally or vertically), a battle begins.
During combat, the game works is as follows:
- Each player plays in turn;
- The player can choose to attack or defend against the next shot;
- The damage depends on the player's weapon;
- If the player chooses to defend themselves, they sustain 50% less damage than normal
- As soon as the health of a player (initially 100) falls to 0, they lose and the game is over.