A simple Word Search TUI tool built with Rust and Ratatui.
- Play and solve word search puzzles in the terminal
- Supports both 2D and 3D puzzle modes
- Generate small, medium, and large puzzles
- Saving and loading puzzles
You can install the latest published version via Cargo:
cargo install wstuiwstuiClone the repo and build:
git clone https://github.com/jpatel2005/wstui.git
cd wstui
cargo build --release