Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ondras/wardens-duty

Warden's Duty: a game created for the 7-day Roguelike 2015 challenge. Lacks the traditional roguelike map and features over-sized ascii glyphs. You cannot really win this game, but you can try to get deeper than others.
https://github.com/ondras/wardens-duty

7drl game roguelike

Last synced: 27 days ago
JSON representation

Warden's Duty: a game created for the 7-day Roguelike 2015 challenge. Lacks the traditional roguelike map and features over-sized ascii glyphs. You cannot really win this game, but you can try to get deeper than others.

Awesome Lists containing this project

README

        

# Warden's Duty

![Screenshot](wardens-duty.png)

This is a [7DRL](http://7drl.org/) game. To play it, just open http://ondras.github.io/wardens-duty/ in your browser.

## Technology

HTML, CSS (LESS), JavaScript (ES6). To build, just `make`. To build continually, do `make watch` -- this requires `inotify-tools`.

Two custom fonts are used:

- **Inconsolata** for the general UI,
- **Droid Sans Mono** for individual critters and other dungeon features.