ericdrowell / SafeSpace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SafeSpace

Stretch Goals

  • screen rumble
  • point light effects

Code Coverage

to run code coverage, use npm run coverage, then open up the game and play it, then access code coverage results in browser via JSON.stringify(window.__coverage__);, copy that json, and put it in coverage/coverage.json. Then run npm run report, and open up the generated html page inside the coverage directory

About

License:MIT License


Languages

Language:JavaScript 93.1%Language:GLSL 4.9%Language:HTML 1.1%Language:CSS 0.9%