Skip to content

EatingLupini/crosswordsgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crosswords Generator

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.

Table of Contents

Features

Fast and simple.

Screenshot 5

Getting Started

Prerequisites

Ensure you have the following installed:

  • Rust (latest stable version recommended)
  • Cargo

Installation

Clone the repository:

git clone https://github.com/EatingLupini/crosswordsgenerator.git
cd crosswordsgenerator

Build the project:

cargo build --release

Run with default values:

cargo run --release -- --no-gui

Usage

Run with GUI

cargo run --release

Run with no GUI

cargo run --release -- --no-gui --help

Example

Run with GUI

cargo run --release

Run without GUI

cargo run --release -- --no-gui --help

Screenshots

Click to view screenshots

Main Screen

Screenshot 1

Possible Solution

Screenshot 2

Definitions

Screenshot 5

Ouput of a run without GUI

Screenshot 4

About

Implementation of a Crosswords Generator in Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published