The Hexagonal Grids website has some great info on how to format hexagons, diamonds, and other shapes in a grid-like gaming system. The same layouts would work well for our purposes. It would be work exploring if CSS really is the best option, or if we should be implementing the grid with canvas or SVGs.
Issue
Current Behavior
Hexagons are formed using CSS and background images.
Desired Behavior
Hexagonal Grids from Red Blob Games
The Hexagonal Grids website has some great info on how to format hexagons, diamonds, and other shapes in a grid-like gaming system. The same layouts would work well for our purposes. It would be work exploring if CSS really is the best option, or if we should be implementing the grid with canvas or SVGs.