Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 595 Bytes

File metadata and controls

21 lines (16 loc) · 595 Bytes

pot-game

A Game made in Phaser 3 picture

DEMO

https://pot-game.herokuapp.com/

PREREQUISITES (Play Locally)

  1. Install Node.js in your computer

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