An open API service indexing awesome lists of open source software.

https://github.com/gamegur-us/roguelike-js

A rogue like game in javascript
https://github.com/gamegur-us/roguelike-js

Last synced: 8 months ago
JSON representation

A rogue like game in javascript

Awesome Lists containing this project

README

          

Main Idea
====

A simple rogue-like game.

Code and ideas taken from;
http://gamedevelopment.tutsplus.com/tutorials/how-to-make-your-first-roguelike--gamedev-13677

Instructions
----

1) clone this repo

2) install grunt and all dependencies
```
npm install grunt-cli
npm install
grunt
```

3) Enjoy!