Web game developed for an event at my college. It was played by people on tablets that were on totems scattered around the event.
- HTML, CSS, Javascript
- Phaser.js
https://rafapignataro.github.io/tech-run/
Its just static files, use a web server like vscode live server to serve the index.html.
This starts your app in development mode, rebuilding assets on file changes.
Access the server url in the browser. If you used Live Server probably the url is: http://127.0.0.1:5500.

