Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 841 Bytes

File metadata and controls

33 lines (17 loc) · 841 Bytes

lunchtime

[Work in Progress]

Top-down shooter game made with Phaser + ES6 + Webpack.

Phaser+ES6+Webpack


Alpha version is currently hosted at: https://lunchtime.glitch.me/


1. Install dependencies (optionally you can install yarn):

Navigate to the cloned repo's directory.

Run:

npm install

or if you chose yarn, just run yarn

2. Run the development server:

Run:

npm run dev

This will run a server so you can run the game in a browser. It will also start a watch process, so you can change the source and the process will recompile and refresh the browser automatically.

To run the game, open your browser and enter http://localhost:3000 into the address bar.