Skip to content

ericyangyu/WatersortSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Water Sort Puzzle Solver

Been stuck on level 107 for a couple days, so the most intuitive next step is to make a script and ruin the game for myself. If you want to ruin the game for yourself too, help yourself. Here is the water sort puzzle game.

Usage:

  1. Enter the game state into main.py.

python main.py

How to interpret answer

The ai will return a list of moves to perform from your current state, where each tuple is (source vial index, destination vial index). This is normally not very user-friendly (neither is the game-state-entering part), but it's designed for the frustrated, and the frustrated can be quite persistent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages