knitcodemonkey / hexagon-quilt-map

Trying to "randomize" my quilt hexis
https://knitcodemonkey.github.io/hexagon-quilt-map/
MIT License
1 stars 3 forks source link

Reconsider CSS for shapes #7

Closed knitcodemonkey closed 5 years ago

knitcodemonkey commented 5 years ago

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.