alexeychikk / happy-birthday-orly

Happy Birthday, Orly!

Home Page:https://hb-orly-server.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple HTML5 game created for the birthday of my beloved girlfriend Orly.
Built with Phaser 3 game framework.
Enjoy!

Setup

1. Install dependencies:

Run:

npm install

2. Run the development server:

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

Build for deployment:

Run:

npm run build

This will optimize and minimize the compiled bundle.

Production web server:

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.

About

Happy Birthday, Orly!

https://hb-orly-server.onrender.com/


Languages

Language:TypeScript 73.3%Language:EJS 16.1%Language:JavaScript 10.6%Language:Procfile 0.0%