sumeet / solsolver

solver for zachtronics solitaire game, fortune's foundation. it's really hard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solver for Fortune's Foundation

This is a solver for a really hard solitaire game from the Zachtronics Solitaire Collection, a really fun game.

This repo is in two parts:

  • solsolver, written in Rust, solves game positions
  • zacdetect, written in Python, uses computer vision to read the game state from the screen, and uses pyautogui to simulate mouse inputs to play the game

Needs fixing:

  • Some positions we still can't solve. See HAX section in solsolver/src/main.rs for notes on the customer Cap-limited allocator. Example of unsolvable position at solsolver/TODO_unsolvable_input.

About

solver for zachtronics solitaire game, fortune's foundation. it's really hard


Languages

Language:Rust 59.8%Language:Python 40.2%