Skip to content

feasel0/solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solver

Multi-puzzle solving framework. Plugins live under backend/puzzles/*.

Run

docker compose build
docker compose up -d
# Frontend: http://<ip>:3000
# Backend:  http://<ip>:8000/docs

Add a puzzle

Create backend/puzzles/<name>/ with plugin.py implementing PuzzlePlugin, then register it in backend/puzzles/registry.py.

About

AI-enabled Puzzle Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published