Welcome to my fun game! It's an experiment to learn about rendering and to practice javascript.
Trello: https://trello.com/b/rbSjDlC1/platformer
Production: https://www.neighborswithmowers.com
- Node.js latest version
- Three.js and Cannon.js are install by npm
- npm install
- npm start
- Most recent build for production is stored in /bundle
- All commits to master are released by Netlify but only changes in /bundle show up in product
- To rebuild for production run
npm run buildand commit the update to bundle using the pattern "release: X.x"
git logwill show you the latest commit and release- git commit -m "release: X.x"
- X = major version
- x = minor version
- minor versions are represented as whole numbers. E.G: 1.1 is minor version 1. 1.11 is minor version 11.