Skip to content

A search shell for solving one-player games and puzzles.

Notifications You must be signed in to change notification settings

ImanIra0ui/AI-Search-Shell

Repository files navigation

A search shell for solving one-player games and puzzles such as the 8-puzzle. It is a general program that can be applied to different puzzles by plugging the type (or class) definitions and related functions that are puzzle specific, and it can use different search strategies on the same puzzle. The search strategies implemented are: BFS, DFS, GBFS, A*.

About

A search shell for solving one-player games and puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages