Specification:
- A turn based strategy game
- 2 Players
Rules of the game:
- Each player has a set of starting units
- All of a players units can be moved on a turn
- Units can attack another hexagon on the board on their turn
-
- Units have an attack value, and roll that number of dice for their attack
-
- Units have a defense value and roll that number of dice when defending against attacks
-
- The unit that rolls the higher number wins and the other is destroyed
-
- Units attack one at a time
-
- More than one unit can occupy a single hexagon tile, up to a total space value of 6
-
- When there are multiple units defending from a single hexagon that is attacked, a single unit is randomly chosen to defend
- One player loses when all of their units are destroyed, or their home base is occupied for two turns by the opposition
MVP:
- Units can move around the board in legal positions
- Units can attack other units
- When one player has no units the game ends
*** Units can move after attacking