Population life cycles simulates adding a group of individuals that will reproduce, grow old and die.
npm install
npm run build
npm start
Browse to http://localhost:8080 or whichever port is available.
npm run dev
npm test
Publish any changes to the gh-pages branch and browse to https://ebabel-eu.github.io/population-life-cycles/
See https://github.com/ebabel-eu/population-life-cycles/issues
See https://github.com/ebabel-eu/population-life-cycles/milestones
- 1.3.0: Mobs don't collide (one mob per hexagon).
- 1.2.0: Mobs move around.
- 1.1.0: Canvas world to see where mobs are.
- 1.0.0: Basic version with mobs but without canvas world.
See https://github.com/ebabel-eu/population-life-cycles/releases
Note: only do this from the master branch after all code is ready to be published.
git tag -a 1.3.0 -m "Mobs don't collide (one mob per hexagon)."