This is a small POC for playing around with some ideas I had for creating a hex map and running a sim on it.
If this ever turns into anything, it'll be re-initialized as a public or other repo.
- clone this repo to your local
- get
npmandnode.js: https://www.npmjs.com/get-npm $ npm install
- dick around with
index.js, right now it's just a dumb wrapper to invoke the map constructor $ npm run-script start--or--$ node ./src/index.js
$ npm run-script test
$ npm run-script test -- -t 'testNameRegex' e.g. $ npm run-script test -- -t 'neighbor'