Phangular 2048! is your basic 2048 game run on top of Phaser and Angular.
version 0.5.0
Phangular2048! uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- node.js - evented I/O for the backend
- Phaser.js - Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
- Angular Material - Material design for Angular
- grunt - Grunt: The JavaScript Task Runner
- Express - Express.js: the fast, unopinionated, minimalist web framework for node
- Mongoose - MongoDB object modeling designed to work in an asynchronous environment.
- MongoDB - Building on the Best of Relational with the Innovations of NoSQL
$ npm install grunt bower bower-installer -g
$ npm install
$ grunt dev
$ grunt build
$ node server.js
- Write Tests
- Add Code Comments
- style it up a bit more
MIT