1
0
Fork
You've already forked liqtuid
0
Liquid Sort Game in TUI
  • Rust 100%
2026年06月22日 17:14:22 +03:00
src new colours generator 2026年06月22日 17:09:46 +03:00
.gitignore it seems like its done 2025年11月01日 21:54:16 +02:00
Cargo.lock new colours generator 2026年06月22日 17:09:46 +03:00
Cargo.toml new colours generator 2026年06月22日 17:09:46 +03:00
README.md wait, I forgot to add a licence? 2026年06月22日 17:14:22 +03:00

Liqtuid

Open source Liquid Sort Game (in TUI)

I really liked that kind of game, it was kind of addictive. The problem though: all of them were crap with ads. So I created my version. Not only is it open source and ad free, but also tweakable

Features

  1. You can pass your own number of bottles, bottle depth (haven't seen anything other than 4 in other implementations, so another W), and empty bottles number
  2. Random colours. Which means you can create virtually infinite number of bottles, but yeah, sometimes the generator messes up and they look too similar. Mostly they are fine though
  3. Keyboard control. You select bottles with number keys, then qwerty, then uppercase qwerty if you set way too many bottles. This also means that everything after uppercase M or bottle number 10 + 26 * 2 = 62 is unreachable. But hey, 62 is a lot more than other implementations offer anyway

Installation

Rust project = simple installation

cargo install --git https://codeberg.org/rdsq/liqtuid
# Or
cargo install --git https://github.com/rdsq/liqtuid

Controls

As mentioned above, you select bottles with 1-0;q-m;Q-M, but you can also navigate them with left and right keys and select them with spacebar or slash (because it is close to arrow keys)

To exit the game, press Ctrl+D or Ctrl+C

(削除) If colours in game are f#%ked (削除ここまで) slightly off, you can get new ones with Ctrl+R (irrelevant, colours should look good now)

And to start a new game in game you can press Ctrl+N! Not sure why, but you can

Licence

Licensed under the EUPL