@bockit/hex-storage

2.0.0 • Public • Published

Hex Storage

Store and retrieve values based on the q and r coordinates in a hex grid.

Usage

import grid from '@bockit/hex-storage'

let storage = grid()
storage.set(0, 0, { some: 'data' })
storage.get(0, 0) // { some: 'data' }

Readme

Keywords

Package Sidebar

Install

npm i @bockit/hex-storage

Weekly Downloads

2

Version

2.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • bockit