mirror of
https://github.com/kristoferssolo/blockishfire.git
synced 2025-12-31 13:42:30 +00:00
44 lines
679 B
Markdown
44 lines
679 B
Markdown
# blockishfire
|
|
|
|
|
|
[](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
|
|
```
|
|
|
|
Install:
|
|
|
|
```bash
|
|
make install
|
|
```
|
|
|
|
Uninstall:
|
|
|
|
```bash
|
|
make uninstall
|
|
```
|
|
|
|
---
|