Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ondras/wardens-duty
- Owner: ondras
- License: isc
- Created: 2015-03-08T20:26:32.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-17T12:46:41.000Z (almost 10 years ago)
- Last Synced: 2024-12-13T00:27:48.241Z (about 2 months ago)
- Topics: 7drl, game, roguelike
- Language: JavaScript
- Homepage: http://ondras.github.io/wardens-duty/
- Size: 438 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.