Simple HTML5 game created for the birthday of my beloved girlfriend Orly.
Built with Phaser 3 game framework.
Enjoy!
Run:
npm install
Run:
npm start
This will run a server so you can run the game in a browser.
Open your browser and enter localhost:8080 into the address bar.
Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser
Run:
npm run build
This will optimize and minimize the compiled bundle.
Run:
npm run server
This will start production web server on port process.env.PORT || 5000
. It serves static files and
can stream .ogg
audio files.