Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcambose/phaser-and-socket.io-multimplayer-game
A simple Phaser and Socket.io game based on websockets for multiplayer support :video_game:
https://github.com/alexcambose/phaser-and-socket.io-multimplayer-game
es6 game multiplayer phaserjs socket-io websockets
Last synced: 25 days ago
JSON representation
A simple Phaser and Socket.io game based on websockets for multiplayer support :video_game:
- Host: GitHub
- URL: https://github.com/alexcambose/phaser-and-socket.io-multimplayer-game
- Owner: alexcambose
- License: mit
- Created: 2017-02-28T06:59:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T17:48:08.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T18:09:57.748Z (3 months ago)
- Topics: es6, game, multiplayer, phaserjs, socket-io, websockets
- Language: JavaScript
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phaser and Socket.io multimplayer game :video_game:
A simple [Phaser](https://phaser.io/) and [Socket.io](http://socket.io/) game based on websockets for multiplayer support
## Getting started
- `npm install`
- `npm run devsv` to start dev server based on nodemon
- `npm run sv` to start the standard server
- `npm run wbp` to compile everything into bundle.js##### Let me know what you think! :smile: