Skip to content

tudddorrr/phaser-multiplayer-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser Multiplayer Base

Forked from this project: mmo-phaser-es6

Building on top of that project, this one aims to be a bit more modern and a bit more of a better base (mostly suited to my projects)

Download this repository and get all dependencies

git clone https://github.com/sekaru/phaser-multiplayer-base.git
cd phaser-multiplayer-base
npm i

Starting your server

Build the client files and run the server:

npm start

This will serve your project at localhost:8081

Resources

Socket emit cheatsheet

About

Phaser multiplayer project framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.8%