Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
/ liip10yearsgame Public archive

Jump and run through Liip's 10 year history

License

Notifications You must be signed in to change notification settings

liip/liip10yearsgame

Repository files navigation

Liip 10 years timeline game

Build Status dependencies Status devDependencies Status

Jump and run through Liip's 10 year history.

Play the game: https://liip.github.io/liip10yearsgame/

Development

  1. Clone this repository
  2. Run npm install

Run game locally

npm run dev

This will run a server so you can run the game in a browser.

Open your browser and enter localhost:3000 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 deploy

This will optimize and minimize the compiled bundle.

Credits

Built with Phaser+ES6+Webpack.