Example of using a node server to run the Excalibur physics simulation. Still a work in progress!
npm link
https://github.com/excaliburjs/Excalibur/tree/bugfix/run-excalibur-in-node
- Install Node.js
- Build the front end with parcel
npm run build
- Run the file and websocket server
npm run server
- Navigate to
http://localhost:9999