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
- Host: GitHub
- URL: https://github.com/gamegur-us/roguelike-js
- Owner: Gamegur-us
- Created: 2014-04-07T03:21:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T16:45:07.000Z (over 10 years ago)
- Last Synced: 2025-10-11T17:27:28.008Z (8 months ago)
- Language: JavaScript
- Homepage: http://gamegur-us.github.io/roguelike-js/
- Size: 1.06 MB
- Stars: 55
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!