"fork" of Jacob's Defender game
###Installation: (this assumes you're using brackets)
-
node/npm
If you don't already, install either Homebrew for Mac or Scoop for Windows to install.
Then eitherbrew install nodeorscoop install nodejs
check if node an npm have installed by runningnpm helpandnode -
open terminal or command prompt
-
cd /path/to/Defender
cdmeans "change directory" but replacepath/to/Defenderwith the actual file path to the Defender file -
npm install
###Running:
-
Open terminal
-
Once again,
cd /path/to/Defender -
npm run watch -
Using brackets run live preview on
index.html