BabylonJS-Doom-Clone

November 4, 2017 ยท View on GitHub

To do

  1. Modularize everything into ES6 modules.
  2. Create wall collision for monsters.
  3. Fix lighting on gun (maybe impossible?).
  4. Create a health UI.

How to run for development

  1. npm install
  2. npm run dev
  3. localhost:8080

How to run for production

  1. npm install
  2. npm start

Check package.json for what npm scripts do.