Skip to content

第32回高専プロコン競技部門の問題作成ツール

Notifications You must be signed in to change notification settings

nnct-jo-ken/procon32-kyogi-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slide Puzzle Generator

Generate shuffle puzzle problem

Install

  1. Install Rust and Cargo (See: rustup.rs)
  2. Clone this repository
  3. Install this binary with cargo install --path <repository_path>

Usage

$ spg --help
spg 0.1.2

Generate shuffle puzzle problem

USAGE:
    spg [OPTIONS] <source_name> <problem_name>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --division-height <division_height>    number of vertical divisions
        --division-size <division_size>        size of divided image
        --division-width <division_width>      number of horizontal divisions
        --select-limit <select_limit>          limit of selection
        --select-cost-rate <select_rate>       cost rate of select
        --swap-cost-rate <swap_rate>           cost rate of swap

ARGS:
    <source_name>     source file name
    <problem_name>    problem file name

About

第32回高専プロコン競技部門の問題作成ツール

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages