"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 helpandnodeopen terminal or command prompt
cd /path/to/Defendercdmeans "change directory" but replacepath/to/Defenderwith the actual file path to the Defender filenpm install
###Running:
Open terminal
Once again,
cd /path/to/Defendernpm run watchUsing brackets run live preview on
index.html