https://github.com/ondras/cafe-havoc
Café Havoc: a game created for the 7-day Roguelike 2016 challenge
https://github.com/ondras/cafe-havoc
7drl game roguelike
Last synced: 19 days ago
JSON representation
Café Havoc: a game created for the 7-day Roguelike 2016 challenge
- Host: GitHub
- URL: https://github.com/ondras/cafe-havoc
- Owner: ondras
- Created: 2016-03-10T14:21:29.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-03-11T20:32:52.000Z (about 9 years ago)
- Last Synced: 2025-04-03T04:51:14.314Z (about 1 month ago)
- Topics: 7drl, game, roguelike
- Language: JavaScript
- Homepage: http://ondras.github.io/cafe-havoc/
- Size: 424 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Café Havoc

This is a [7DRL](http://7drl.org/) game. To play it, just open http://ondras.github.io/cafe-havoc/ in your browser.
## Technology
HTML, CSS (LESS), JavaScript (ES2015).
- Building:
```
$ npm install
$ make
```- Auto-rebuild (watching) using `inotify-tools`:
```
$ make watch
```Two custom fonts are used:
- **[Lora](http://www.cyreal.org/2012/07/lora/)** for the verbose textual column,
- **[Metrickal](https://github.com/robey/metrickal-typeface)** for the map and nav bars.