A text-based TBBS with fantasy creatures, projectile weaponry, poisonous elixirs, and more.
``` Butterfly v0.16_03 | KILLS: 0 | DEATHS: 0 | SPARES: 0
PLAYR: Aradi | HP: 26 | STR: 14
ENEMY: Goblin | HP: 2 | STR: 7
[FIGHT] [ITEMS] < [SPARE] [EXIT ]
[1x POTION] [0x SPEAR ] < [1x POISON] [BACK ] ```
W, I, UP
- up
S, K, DOWN
- down
ENTER
- select
CTRL-C
- close game
Q
- go back
cargo install draumaz-butterfly
draumaz-butterfly # <- this will generate a save folder, so go somewhere safe!
git clone https://github.com/draumaz/butterfly
cd butterfly
cargo run
apt install ncurses-dev
cargo run
curl https://github.com/jeaye/ncurses-rs/blob/master/shell.nix > shell.nix
nix-shell shell.nix --command 'cargo run'