Manipulate 2D grid indices on an unwrapped 2D grid.

While trying to implement the game of life, I noticed that a lot of logic related to manipulating the grid is not specific to "Game of Life" itself. So that part of the logic for index calculation of the grid has been abstracted into a separate library. The result is Ameda.

Amega helps to answer questions like

Limitations