https://github.com/mrhwick/vye
https://github.com/mrhwick/vye
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrhwick/vye
- Owner: mrhwick
- Created: 2015-11-28T16:52:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T17:43:07.000Z (over 10 years ago)
- Last Synced: 2025-01-23T20:09:03.745Z (over 1 year ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
phaser-multiplayer-game
===
[](https://github.com/feross/standard)
Simple real-time multiplayer [phaser](http://phaser.io/) game which uses node and websockets.

Based on the tutorial found here:
http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html
And derived from the Phaser's [tanks example game](https://github.com/photonstorm/phaser-examples/blob/master/examples/games/tanks.js).
### install
```
npm install
```
**Note**: If you're new to node, check the [original tutorial](http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html).
### development
```
npm run dev
```
### questions?
Open an [issue](https://github.com/xicombd/phaser-multiplayer-game/issues), and I'll try to answer :)