Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vezwork/phasocketonline

A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.
https://github.com/vezwork/phasocketonline

fun game javascript mmo multiplayer multiplayer-browser-game nodejs online phaser socket-io websockets

Last synced: 3 months ago
JSON representation

A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.

Awesome Lists containing this project

README

        

# Phasocketonline
A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.

Example applications that use phasocketonline:
- http://apocalypsechess.online

Build and use guide:

1. clone this repository / download and extract zip to destination of your choice
2. navigate to the directory in your terminal
3. type "npm install"
4. run index.js
5. navigate to localhost:3000 in your browser