Skip to content

elkowar/Termibbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termibbl

A skribbl.io alike, but running in your terminal.

Created in Rust

Installation

Source

Nix

git clone https://github.com/elkowar/Termibbl
cd Termibbl
nix build

then

nix-env -i -f default.nix

to run:

termibbl

Cargo

git clone https://github.com/elkowar/Termibbl
cd Termibbl
cargo build --release

to run:

./target/release/termibbl

Creating a server and connecting to it

Creating a server

termibbl server --port <port>
What port should i use?

If you're uncertain use:

--port 8888

Which should be fine and not conflict with anything.

Connecting to a server

termibbl client --address <public termibbl adress>:<port> <username>

Usage

  1. Click on a color to select it

color

  1. Press and hold Left Mouse Button to draw

draw

  1. Click on the chat to type a message

chat

  1. Press "delete" to clear your screen

delete

  1. Press "esc" to quit

exit

About

A minimal skribbl.io-alike, but running in your terminal!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •