Giter Site home page Giter Site logo

b3nk4n / phaser3-colyseus-jump-n-run Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 265 KB

A typescript based Phaser 3 multiplayer Jump 'n' Run game using Colyseus

License: MIT License

JavaScript 0.55% HTML 0.14% TypeScript 99.31%
game typescript colyseus realtime-multiplayer

phaser3-colyseus-jump-n-run's Introduction

Jump 'n' Run game using Phaser 3, TypeScript, Parcel and Colyseus

phaser3-parceljs-template

colyseus

License

This basic jump 'n' run game is based on the TypeScript specific fork phaser3-typescript-parcel-template. It extends Phaser's game tutorial and took some ideas from the tutorial series of ourcade for the basic client and server setup.

Prerequisites

You'll need Node.js, npm, and Parcel installed.

It is highly recommended to use Node Version Manager (nvm) to install Node.js and npm.

For Windows users there is Node Version Manager for Windows.

Install Node.js and npm with nvm:

nvm install node
nvm use node

Replace 'node' with 'latest' for nvm-windows.

Then install Parcel:

npm install -g parcel-bundler

Getting started

Clone this repository to your local machine:

git clone https://github.com/b3nk4n/phaser3-colyseus-jump-n-run.git

Then go into your new project folder and install dependencies:

cd phaser3-colyseus-jump-n-run
npm install

Start development server:

npm run server

And finally the clients:

npm run client

Deployment

To create a production build:

npm run build

Production files will be placed in the dist folder. Then upload those files to a web server.

phaser3-colyseus-jump-n-run's People

Contributors

b3nk4n avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

zephyr1125

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.