Crosswords Generator is a tool for generating crosswords puzzles. Choose the size of the board, select which cells are blocked and click Generate! to find a valid solution.
Fast and simple.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/EatingLupini/crosswordsgenerator.git
cd crosswordsgeneratorBuild the project:
cargo build --releaseRun with default values:
cargo run --release -- --no-guiRun with GUI
cargo run --releaseRun with no GUI
cargo run --release -- --no-gui --helpRun with GUI
cargo run --releaseRun without GUI
cargo run --release -- --no-gui --help


