added more movement range

This commit is contained in:
MaxRobinsonTheGreat
2020-07-04 14:51:40 -06:00
parent 9b24e4cc1c
commit 2ba56abb1d
4 changed files with 37 additions and 17 deletions

View File

@@ -1,2 +1,10 @@
# EvolutionSimulatorV2
Version 2 of the evolution simulator
Requirements:
- npm
- webpack
To build minified: `npm run build`
To build in dev mode: `npm run build-dev`
To build in dev/watch mode: `npm run build-watch`