Dgurkaynak 8 Puzzle Solver Save

A web-app that can solve 8-puzzle and visualize the search tree

Project README

8-puzzle-solver

A web app that solves 8-puzzle game with various tree search techniques. It also visualizes the search tree and supports one-step iterations to explore and comprehend search algorithms. My project report can be found on here.

Avaliable on: https://deniz.co/8-puzzle-solver

Supported search algorithms:

  • Breadth First
  • Uniform Cost
  • Depth First
  • Iterative Deepening
  • Greedy Best
  • A*

Demo of 8-puzzle-solver

Installation

  1. Fork it!
  2. Install dependencies: npm install
  3. Open src/index.html file: open src/index.html

Build

  1. Build the project: npm run build
  2. The output will be saved to index.html to root. Open it: open index.html
Open Source Agenda is not affiliated with "Dgurkaynak 8 Puzzle Solver" Project. README Source: dgurkaynak/8-puzzle-solver
Stars
81
Open Issues
1
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating