Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vezwork/phasocketonline
- Owner: vezwork
- License: mit
- Created: 2015-10-19T19:31:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T21:27:41.000Z (about 7 years ago)
- Last Synced: 2024-09-29T23:40:01.429Z (4 months ago)
- Topics: fun, game, javascript, mmo, multiplayer, multiplayer-browser-game, nodejs, online, phaser, socket-io, websockets
- Language: HTML
- Size: 2.21 MB
- Stars: 62
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.onlineBuild 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