CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Tessellation and alternate grid systems #817

Open cdfuller opened 6 years ago

cdfuller commented 6 years ago

A tiling of regular polygons (in two dimensions), polyhedra (three dimensions), or polytopes (n dimensions) is called a tessellation.

image

http://mathworld.wolfram.com/Tessellation.html https://www.redblobgames.com/grids/hexagons/

amccnnll commented 5 years ago

+1 for this idea 😊 I'm currently trying to figure out hexagonal grids for a variation on the sandpiles tutorial (and how to assign values to neighbours of hexagons without just being able to increase/decrease x or y) - a tutorial on different grids would be really useful!