71e6fd52 / lyne_solver

Solve puzzles in the game LYNE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LYNE Solver

A Rust project to solve puzzles in the game LYNE, using Backtracking algorithms.

Usage

  1. Clone the project from GitHub.
  2. Run the project using the command RUST_LOG=warn cargo run --release.
  3. Input the puzzle you want to solve, using lowercase rgb to represent red, green, and blue nodes, using uppercase RGB to represent red, green, and blue start/end points, using . to represent a space, and using numbers to represent points that can be passed through multiple times.

For example, B 15 input as follow:

R2B
2Gr
gbR
.GB

Future Plans

  • Better display of solutions.
  • Automatic recognition of images.

License

This project is licensed under the AGPL-3.0 License.

About

Solve puzzles in the game LYNE.

License:GNU Affero General Public License v3.0


Languages

Language:Rust 100.0%