A word game in console where you have to find known words.
Probably works on Linux only (because of the input system).
cmake -B build
cmake --build build
./build/Aquatic --help
Usage: Aquatic Word Game [--help] [--version] [--words VAR] width height
A game where you find words.
Arrow keys or WASD move.
ENTER start/stop selecting letters.
H show/hide hint
Q quit
Positional arguments:
width gamefield width
height gamefield height
Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
--words Path to a file with words [nargs=0..1] [default: "./data/words.txt"]
Have fun!