Adjust everything relative to the board

This commit is contained in:
cool-mist
2026-01-22 19:10:21 +05:30
parent 0bd216893e
commit 96a4f007cc
3 changed files with 34 additions and 18 deletions
+8 -7
View File
@@ -6,17 +6,18 @@ Goal: Generate 'hard' puzzles.
## Install
- Install Rust from [here](https://www.rust-lang.org/tools/install).
- Run `cargo install --git https://github.com/cool-mist/sol_chess` to install the tool.
- This installs 2 binaries: `sol_chess` and `sol_cli`.
## Usage
- `cargo install --git https://github.com/cool-mist/sol_chess sol_chess`
- Run `sol_chess` to start a windowed GUI game.
- Run `sol_cli` to start the CLI tool.
## Update
- `cargo install --git https://github.com/cool-mist/sol_chess sol_chess --force`
## CLI Usage
- `cargo install --git https://github.com/cool-mist/sol_chess sol_cli`
- Run `sol_cli` to start the CLI tool.
- Generate a puzzle
```bash