Skip to content

An arcade shooter multiplayer game built on phaser3 and socket.io

Notifications You must be signed in to change notification settings

ihababdelkareem/phaser3-multiplayer

Repository files navigation

Phaser3 Multiplayer Shooter

Game Demo

Usage

Make sure to have node.js installed. Install the dependencies and start both dev servers.

$ npm install

Open multiple client tabs to play (within a single local network).

In a dev/prod environment, the client is bundled into a dist directory and is served by the node app as static content.

First build client, and run server

$ npm run build
$ npm run start

Then access through localhost:5000 (Try with multiple client tabs)

Access live game

About

An arcade shooter multiplayer game built on phaser3 and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published