Skip to content

MATLAB project processing images of a physical peg solitaire game, digitally mapping game layout and record all winning solutions by using a breadth first search algorithm

License

Notifications You must be signed in to change notification settings

asantacoloma/Peg-Solitaire-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peg-Solitaire-Solver

Final project for my introduction to programming course in MATLAB

The goal for this project was to create a program capable of analyzing images of physical games of peg solitaire, record the layout of the board in the program and then map out every solution to the game using a breadth first search.

The program is separated into three different scripts:

  1. Analyze the images and determine board and peg layout
  2. Utilize a breadth first search algorithm to determine and record every solution to the game
  3. A main program to call on the previously mentioned programs

About

MATLAB project processing images of a physical peg solitaire game, digitally mapping game layout and record all winning solutions by using a breadth first search algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages