All Projects → geckosio → phaser3-multiplayer-game-example

geckosio / phaser3-multiplayer-game-example

Licence: MIT license
Phaser 3 multiplayer game example using geckos.io

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to phaser3-multiplayer-game-example

Cavemen-GGJ2019
A multiplayer survival game developed during Global Game Jam 2019.
Stars: ✭ 21 (-81.58%)
Mutual labels:  multiplayer, phaser3
magx
Multiplayer game server framework
Stars: ✭ 34 (-70.18%)
Mutual labels:  multiplayer
react-native-multiplayer-starter
Your next multiplayer game starter using react-native
Stars: ✭ 27 (-76.32%)
Mutual labels:  multiplayer
Unity-Firebase-Multiplayer-Example
Multiplayer and Matchmaking system using Firebase Realtime Database in Unity
Stars: ✭ 32 (-71.93%)
Mutual labels:  multiplayer
basic multiplayer unity
UDP Client-Server implementation in Unity
Stars: ✭ 44 (-61.4%)
Mutual labels:  multiplayer
tes3mp-android
tes3mp ported to Android devices (using CrabNet). Forked from xyzz/openmw-android.
Stars: ✭ 47 (-58.77%)
Mutual labels:  multiplayer
phaser3-faq
A guide to Phaser 3
Stars: ✭ 69 (-39.47%)
Mutual labels:  phaser3
leafblower
Play Cards Against Humanity online with friends!
Stars: ✭ 29 (-74.56%)
Mutual labels:  multiplayer
UnitySkynetMultiPlayerGame
skynet server, unity client, state sync multiplaye game
Stars: ✭ 23 (-79.82%)
Mutual labels:  multiplayer
dots
P2P Dots & Boxes game with WebRTC & WebTorrent
Stars: ✭ 56 (-50.88%)
Mutual labels:  multiplayer
shooterGame
This project is about a platform/shooter game created with Phaser JS to learn the basic structure of Phaser
Stars: ✭ 13 (-88.6%)
Mutual labels:  phaser3
AM2R-Multitroid
Source code for AM2R 1.5.2+ Multitroid, free of copyrighted assets and trademarks.
Stars: ✭ 46 (-59.65%)
Mutual labels:  multiplayer
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-84.21%)
Mutual labels:  phaser3
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (-72.81%)
Mutual labels:  multiplayer
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+7.02%)
Mutual labels:  multiplayer
infinite-jumper-template-phaser3
Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.
Stars: ✭ 46 (-59.65%)
Mutual labels:  phaser3
FC2MPPatcher
A community-made utility for patching Far Cry 2 to yet again support multiplayer online.
Stars: ✭ 25 (-78.07%)
Mutual labels:  multiplayer
RageMP.Net
RAGE Multiplayer .NET Core Wrapper
Stars: ✭ 21 (-81.58%)
Mutual labels:  multiplayer
phaser3-dungeon-crawler-starter
A starter project for creating a Dungeon Crawler with Phaser 3
Stars: ✭ 69 (-39.47%)
Mutual labels:  phaser3
Cartographer
Persistent multiplayer map of pins and stories.
Stars: ✭ 43 (-62.28%)
Mutual labels:  multiplayer

Phaser 3 Multiplayer Game Example with geckos.io

How To Start

To clone and run this game, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Note: Test it on Chrome. On some browsers like Firefox you need to add a STUN server to make it work.

# Clone this repository
$ git clone --depth 1 https://github.com/geckosio/phaser3-multiplayer-game-example.git phaser3-multiplayer-game

# Go into the repository
$ cd phaser3-multiplayer-game

# Install dependencies
$ npm install

# Start the local development server (on port 1444)
$ npm run start

# Add bots to the game (via puppeteer) to test it
$ npm run test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].