Skip to content

This is a small POC for playing around with some ideas I had for creating a hex map and running a sim on it.

Notifications You must be signed in to change notification settings

abiessener/hexmap-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wellspring-private

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.

setup

  1. clone this repo to your local
  2. get npm and node.js: https://www.npmjs.com/get-npm
  3. $ npm install

run

  1. dick around with index.js, right now it's just a dumb wrapper to invoke the map constructor
  2. $ npm run-script start --or-- $ node ./src/index.js

test

all the things

$ npm run-script test

some of the things

$ npm run-script test -- -t 'testNameRegex' e.g. $ npm run-script test -- -t 'neighbor'

About

This is a small POC for playing around with some ideas I had for creating a hex map and running a sim on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published