blockishfire/README.md
2020-08-16 15:10:28 +12:00

32 lines
603 B
Markdown

# blockishfire
[![Alt text](https://img.youtube.com/vi/O2TPNWa0P5Q/0.jpg)](https://www.youtube.com/watch?v=O2TPNWa0P5Q)
Fire in the terminal using unicode characters.
Based on:
- [r-marques/doomfire](https://github.com/r-marques/doomfire/) (doomfire implementation)
- [yazgoo/blockish](https://github.com/yazgoo/blockish) (image rendering in the terminal)
## Downloading
Binary version available in [releases page](https://github.com/yazgoo/blockishfire/releases)
## Running
Initialize Git modules:
```bash
git submodule update --init
```
Build and run:
```bash
cargo run --release
```
---