bigbass1997 / color-sort-puzzle-solver

Mini-challenge project that can parse a screenshot and solve a color-sorting mobile app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: BSD 2-Clause

Description

Uses a screenshot from each level in the "Water Sort - Color Puzzle Game" mobile app, and provides a step by step solution to the level.

Unknown/hidden colors are not supported. Image parsing has only been tested on a Galaxy S10+.

Made this solver as a fun little challenge after hearing about it from a friend. The app itself definitely is not worth playing, but it presents interesting challenges in image recognition and sorting.

Building

If you wish to build from source, for your own system, Rust is integrated with the cargo build system. To install Rust and cargo, just follow these instructions. Once installed, while in the project directory, run cargo build --release to build, or use cargo run --release to run directly. The built binary will be available in ./target/release/

To cross-compile builds for other operating systems, you can use rust-embedded/cross.

About

Mini-challenge project that can parse a screenshot and solve a color-sorting mobile app

License:Other


Languages

Language:Rust 100.0%