Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/newlinedotco/ng-game
- Owner: newlinedotco
- License: mit
- Created: 2014-10-21T19:35:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T18:31:31.000Z (over 6 years ago)
- Last Synced: 2024-10-27T13:01:11.382Z (4 months ago)
- Language: JavaScript
- Size: 9.36 MB
- Stars: 119
- Watchers: 19
- Forks: 55
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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