Skip to content

achourali/taquin_game

Repository files navigation

Taquin game

The goal is to solve the taquin with different algorithms:

  • A star
  • bfs (breadth first search)
  • dfs (depth first search)
  • interactive solving (you can solve it yourself interactively)

design

After the program solves the taquin you will get a visual graph of all opened and closed nodes and the solution path colored in pdf file inside ./solution_graphs

  • Example from A star

design

  • Another example from A star

design

  • Example from BFS

design

  • Example from DFS

design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages