A skribbl.io alike, but running in your terminal.
Created in Rust
git clone https://github.com/elkowar/Termibbl
cd Termibbl
nix build
then
nix-env -i -f default.nix
to run:
termibbl
git clone https://github.com/elkowar/Termibbl
cd Termibbl
cargo build --release
to run:
./target/release/termibbl
termibbl server --port <port>
If you're uncertain use:
--port 8888
Which should be fine and not conflict with anything.
termibbl client --address <public termibbl adress>:<port> <username>