Skip to content

A Java-based implementation of various search algorithms to solve a marble puzzle game. The program finds the optimal path to move colored marbles on a 3x3 board from an initial state to a goal state. The algorithms implemented: BFS, DFID, A*, IDA* and DFBnB

Notifications You must be signed in to change notification settings

RachelB9913/search-engine-marbles

About

A Java-based implementation of various search algorithms to solve a marble puzzle game. The program finds the optimal path to move colored marbles on a 3x3 board from an initial state to a goal state. The algorithms implemented: BFS, DFID, A*, IDA* and DFBnB

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages