mirror of
https://github.com/kristoferssolo/blockishfire.git
synced 2026-01-12 11:36:02 +00:00
Merge pull request #1 from patevs/master
This commit is contained in:
commit
4c1c21d173
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
**/target
|
||||||
24
README.md
24
README.md
@ -5,15 +5,27 @@
|
|||||||
|
|
||||||
Fire in the terminal using unicode characters.
|
Fire in the terminal using unicode characters.
|
||||||
|
|
||||||
Based on
|
Based on:
|
||||||
|
|
||||||
- https://github.com/r-marques/doomfire/ (doomfire implementation)
|
- [r-marques/doomfire](https://github.com/r-marques/doomfire/) (doomfire implementation)
|
||||||
- https://github.com/yazgoo/blockish (image rendering in the terminal)
|
- [yazgoo/blockish](https://github.com/yazgoo/blockish) (image rendering in the terminal)
|
||||||
|
|
||||||
# downloading
|
## Downloading
|
||||||
|
|
||||||
binary version available in [releases page](https://github.com/yazgoo/blockishfire/releases)
|
Binary version available in [releases page](https://github.com/yazgoo/blockishfire/releases)
|
||||||
|
|
||||||
# running
|
## Running
|
||||||
|
|
||||||
|
Initialize Git modules:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git submodule update --init
|
||||||
|
```
|
||||||
|
|
||||||
|
Build and run:
|
||||||
|
|
||||||
|
```bash
|
||||||
cargo run --release
|
cargo run --release
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user