Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 604 Bytes

File metadata and controls

21 lines (16 loc) · 604 Bytes

zombie-shop

A Game made in Phaser 3

DEMO

https://zombie-shop.herokuapp.com/

PREREQUISITES (Play Locally)

  1. Install Node.js in your computer $ sudo apt install nodejs npm

OPTIONAL: If you don't download the node-modules 2) Inside the "Root Server" folder install locally the following node-modules $ npm init -f $ npm install --save express $ npm install --save socket.io

EXECUTE (Play Locally)

Run the following command inside the "Root Server" folder in order to execute the game as a server $ node server.js

Open a Browser with the following URL http://localhost:8081/ to see the game