- Install yarn, typescript and webpack if not already installed globally
npm install yarn typscript webpack -g
- Install dependencies by running
yarn
yarn run dev
- Open browser and go to
https://localhost:8080
yarn run build && yarn run serve
- Open browser and go to
http://localhost:8000
As progress is made, this site will be where to view the game and progress
http://bentok.github.io/zombie-survival
The game design document is maintained here: https://github.com/bentok/zombie-survival/blob/master/DESIGN.md