BabylonJS-Doom-Clone
November 4, 2017 ยท View on GitHub
To do
- Modularize everything into ES6 modules.
- Create wall collision for monsters.
- Fix lighting on gun (maybe impossible?).
- Create a health UI.
How to run for development
- npm install
- npm run dev
- localhost:8080
How to run for production
- npm install
- npm start
Check package.json for what npm scripts do.