A skribbl.io alike, but running in your terminal.
Created in Rust
git clone https://github.com/elkowar/Termibbl
cd Termibbl
nix buildthen
nix-env -i -f default.nixto run:
termibblgit clone https://github.com/elkowar/Termibbl
cd Termibbl
cargo build --releaseto run:
./target/release/termibbltermibbl server --port <port>If you're uncertain use:
--port 8888Which should be fine and not conflict with anything.
termibbl client --address <public termibbl adress>:<port> <username>- Click on a color to select it
- Press and hold Left Mouse Button to draw
- Click on the chat to type a message
- Press "delete" to clear your screen
- Press "esc" to quit




