• Stars
    star
    265
  • Rank 154,577 (Top 4 %)
  • Language
    JavaScript
  • License
    Do What The F*ck ...
  • Created almost 5 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🕹️ A simple realtime Pokémon MMO game build with Phaser 3, Colyseus.io & Webpack 4

Simple realtime platform game build with Phaser.io

Simple realtime Pokemon game build with Phaser 3, Colyseus.io & Webpack 4.

PokeMMO

Features & ToDo

  • Multiple players can join the game
  • Maps are can be created/edited with Tiled Map Editor
  • Multiple levels/maps
  • Pokémons added
  • Can going inside building (In progress)

How to install

// Clone this repository
$ git clone https://github.com/aaron5670/PokeMMO-Online-Realtime-Multiplayer-Game.git

// Go to the client folder and install all modules
$ cd client && npm install

// Go to the server folder and install all modules
$ cd ../server && npm install

// Start the server
$ node server.js

// Open a new terminal and navigate to the client folder and start the webpack server
$ cd client && npm start

After successfully install go to http://localhost:8080

Known bugs

Online players won't load in new level (50% fixed, needs help with this bug..)
When a player enters a new level/map the Phaser Scene reloads and a new tilemap will be loaded. But the current players in that map will not be loaded in that level (see Code).

See GIF example below Know bug example

More Repositories

1

aaronvandenberg.nl

⚛️ Web Developers portfolio build with Gatsby.js & React.js
JavaScript
135
star
2

ExpressJS-SocketIO-Boilerplate

📦 Simple Express.js & Socket.io Boilerplate
JavaScript
47
star
3

Realtime-Pub-Quiz

⁉️ Realtime Node.js and React.js Pub Quiz game
JavaScript
24
star
4

toggle-experiments-extension

🧪 A chromium extension to search and toggle Optimizely experiments.
TypeScript
6
star
5

React-Native-Authentication-App

⚛️ Simple React Native authentication application build with Expo.io & ExpressJS
JavaScript
5
star
6

Blazor-Social-Media

Social Media application build with Blazor
HTML
4
star
7

statsig-browser-extension

🧪 A chromium extension to search and toggle Statsig experiments.
TypeScript
4
star
8

CodeIgniter-3-Database-Migration-and-Seeding

🔥 CodeIgniter 3 Boilerplate with Database Migration, Seeding and Faker
PHP
4
star
9

Simple-Realtime-Phaser-3-Platformer

🕹️ Simple realtime platform game build with Phaser 3, Socket.io, ExpressJS & Webpack 4.
JavaScript
4
star
10

React-Native-UI-Kitten-boilerplate

⚛️ Simple React Native boilerplate with React Navigation 6
JavaScript
3
star
11

CSharp-Multi-Client-Chat

Multi chat client and server build with C# using TCP.
C#
2
star
12

aCMS

🐍 A CMS with a powerfull front-end template builder created with CodeIgniter
PHP
2
star
13

Personal-dashboard-application

Personal dashboard build with Flutter
Dart
2
star
14

REST-API-Server

🔧 Repo for learning CodeIgniter 3 & Rest API
PHP
1
star
15

Strapi-eCommerce

Strapi for a Next.js eCommerce project
JavaScript
1
star
16

Strapi-Caprover-Template

Template for Strapi inside Caprover
JavaScript
1
star
17

Flashcards-learning-platform

📖 Dutch flashcards learning platform created with React & Express
JavaScript
1
star
18

strapi-v4-docker

Strapi v4 beta inside a Docker container
JavaScript
1
star
19

Realtime-chat-application

Realtime chat application build with Pusher
PHP
1
star