/game-comms-experiment

Quick testbed for experimenting with inter-component data sharing

Primary LanguageJavaScript

Phaser Game Component Spike

2 game components a shop and a game. For testing ways to share data.

Install & run

From commandline navigate to the project directory

npm install

Files are served using express via:

npm run server

Navigate to http://localhost:8080 (Port can be changed in server.js)