Go to file
2022-11-24 13:27:33 +02:00
src Removed errors 2022-11-24 13:21:27 +02:00
.gitignore Update gitignore 2022-11-24 13:21:11 +02:00
Cargo.toml remove doomfire dependency 2020-08-20 21:22:25 +02:00
LICENSE Added License file 2022-11-24 13:23:54 +02:00
Makefile Added Makefile 2022-11-24 13:21:11 +02:00
README.md Added install/uninstall options 2022-11-24 13:27:33 +02:00

blockishfire

Alt text

Fire in the terminal using unicode characters.

Based on:

Downloading

Binary version available in releases page

Running

Initialize Git modules:

git submodule update --init

Build and run:

cargo run --release

Install:

make install

Uninstall:

make uninstall