Skip to content

A platformer starter for using colyseus and phaser 3 headless.

License

Notifications You must be signed in to change notification settings

fransbell/Phaser-Colyseus-Platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser-Colyseus

A platformer starter for using colyseus and phaser 3 framework. Using @geckos.io/phaser-on-nodejs running Phaser Headless mode on nodejs.

How to run this

  1. In a terminal, run npm ci (to install packages with version defined in package-lock.json) or npm install (to also update dependencies)
  2. Either compile all files once, or serve them while watching for changes:
  • Run npm run clean, npm run build and npm start to run the start up once
  • Run npm run serve to trigger re-compilation on save
  1. Open http://0.0.0.0:3000/ in you browser tab

About

A platformer starter for using colyseus and phaser 3 headless.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published