A multiplayer game platform built with Node, Express, MongoDB, Angular and Phaser. The idea is to create a starting point for anyone interested in creating a robust website for a game that also includes the game itself.
The ng-mmo platform, including the back end Node server, the front end Angular app, as well as the game itself.
This is based off of DaftMonk's Angular-Passport project, Krimple's Angular-Flavored-Chat project, and ahung89's Bomb-Arena game.
Make sure you have MongoDB installed and running on it's default port.
Open your terminal and run
npm install
bower install
node server
I've avoided the use of generators and task runners specifcally to help people see exactly what's going on. This platform was created to be a starting point that even beginners can use to build multiplayer games with Node, Angular, and Phaser without too much work setting up. And you don't even have to use Phaser. This platform is game framework-agnostic.