Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/newlinedotco/ng-game

Game demo giving at ng-europe
https://github.com/newlinedotco/ng-game

Last synced: 4 months ago
JSON representation

Game demo giving at ng-europe

Awesome Lists containing this project

README

        

# Building multiplayer games with Angular

This talk was delivered at ng-europe, October 23, 2014 by Ari Lerner ([ng-newsletter.com](http://ng-newsletter.com) | [fullstack.io](http://fullstack.io))

Although the game itself is relatively complete (game over states not quite implemented fully, chat, etc. incomplete), this repository is intended on demonstrating how to build complex, multiplayer games with Angular and Phaser.

Technologies used:

* [Phaser](http://phaser.io)
* [AngularJS](http://angularjs.org)
* [socket.io](http://socket.io)
* [node](http://nodejs.org)
* [express](http://nodejs.org)

## Trying it out

In order to run the game, we'll start up the node/express server:

```bash
$ node index.js
```

That's it! Then head to your browser to: `http://localhost:8000` and see the wonder