CreggHancock / ng-game

Game demo giving at ng-europe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building multiplayer games with Angular

This talk was delivered at ng-europe, October 23, 2014 by Ari Lerner (ng-newsletter.com | 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:

Trying it out

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

$ node index.js

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

About

Game demo giving at ng-europe

License:MIT License


Languages

Language:JavaScript 81.7%Language:CSS 12.8%Language:HTML 4.9%Language:Shell 0.6%