|
|
|
|
|
by aidenn0
2018 days ago
|
|
Yes, hex grids are better when the number of cells moved per turn is very small. Handling multiple moves in a single turn is easy either by doubling the movement points you get (then N/S/E/W is 2 points, diagonal is 3), or informally by treating every other diagonal move as costing 2 points. |
|