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
- 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
- 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
- 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
Mor bottle number10 + 26 * 2 = 62is unreachable. But hey, 62 is a lot more than other implementations offer anyway
Rust project = simple installation
cargo install --git https://codeberg.org/rdsq/liqtuid
# Or
cargo install --git https://github.com/rdsq/liqtuidAs 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
And to start a new game in game you can press Ctrl+N! Not sure why, but you can