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

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

Awesome Lists containing this project

README

        

# Café Havoc

![Screenshot](cafe-havoc.png)

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.