Skip to content

This game solver implements DFS and BFS to generate step-by-step solutions for puzzles.

Notifications You must be signed in to change notification settings

vincenthuor/GameSolver

Repository files navigation

GameSolver

GameSolver uses Breath-First Search and Depth-First Search to solve Sudoku, MN and Peg Solitaire puzzels. Here are some demos:

Sudoku

Step by step solver: Alt text ... Final solution: Alt text

Peg Solitaire

Input: Alt text Final solution: Alt text

MN puzzel

Alt text

About

This game solver implements DFS and BFS to generate step-by-step solutions for puzzles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages