- ESLINT with JavaScript Standard Style configuration
- Next generation of Javascript (ES6)
- Phaser game engine
- Webpack ready
- Node.js express socket.io server side
For multiplayer the url should have all these get variables
http://localhost:4001/?theme=farm&user=tutor&roomID=102
http://localhost:4001/?theme=farm&user=student&roomID=102
theme - farm, safari
user - student, tutor
For single player don't send any variables
http://localhost:4001
install all dependencies - npm install
development build run command - npm run dev
bdeployment build run command - npm run deploy
run the server - npm run server