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

https://github.com/mrhwick/vye


https://github.com/mrhwick/vye

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

phaser-multiplayer-game
===

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

Simple real-time multiplayer [phaser](http://phaser.io/) game which uses node and websockets.

![preview](https://raw.githubusercontent.com/xicombd/phaser-multiplayer-game/master/public/assets/preview.gif)

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 :)