Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 900 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 900 Bytes

Enchiridion

A roguelike beat-em-up. A game for the Mocs Arcade.

Getting Started

Have node v4 and npm v3.

$ node --version
$ npm --version

Build the game.

$ npm install
$ node build server

When reading through the code, I'd suggest you start by browsing through the models, since that is where all the juicy code is written. In particular, check out source/scripts/model/Game.js, which houses all the other models. The code is loaded and executed from source/index.js, but all it really does is connect the models to the render loop.

You may also be interested in reading through this brief tutorial from our wiki.

Reference

License

This project is licensed under MIT.