/15-puzzle-game-ai

Some basic Ai algorithms used to solve 15 puzzle game

Primary LanguageJavaScript

15 Puzzle Game AI

this project is the 15 puzzle game solution with some artificial intelligence algorithms(DFS, A*,...) for AI course kharazmi university it also could helpful to any students that studying in this field so we decided to publish this project if you find a bug or you want to improve the code feel free and open PR.

live example could be found on: https://15-puzzle-game-ai.netlify.app/

Screenshots

Project Screenshot

Run Locally

Clone the project

  git clone https://github.com/soroshzzz26/15-puzzle-game-ai

Go to the project directory

  cd my-project

Start Server by opening

  index.html

Or Install Live-Server extension vscode

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

Change example

change 2x2 array in presentation layer script