krupinskij / pentomino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

$ cargo run -- [options]
$ cargo run --release -- [options]

Options

  • -b | --blocks - character list of type of blocks according to first convention (default FILNPTUVWXYZ)
  • -h | --height - height of board (default 6)
  • -w | --width - width of board (default 10)

Example

$ cargo run --release
$ cargo run --release -- -b LLNP -w 5 -h 4
$ cargo run --release -- --blocks LLNP -h 4 -w 5

Output

output

About


Languages

Language:Rust 100.0%