Hexworks / mixite

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.
Apache License 2.0
191 stars 31 forks source link

Create an adapter interface for storing grids #13

Closed adam-arold closed 8 years ago

adam-arold commented 8 years ago

The current in memory implementation should implement it. This is the first step towards the Hexagonal Architecture milestone. All data operations (storing/fetching) on Hexagons and the HexagonalGrid should be abstracted away in the interface.