/sliding-8-puzzle

This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).

Primary LanguagePython

SLIDING 8 PUZZLE GAME SOLVED USING BFS ALGORITHM (CSC173 Assignment)

puzzle-demo.mp4

FEATURES

  • Shuffle tile
  • Get solution
  • Solve puzzle

SETUP & INSTALLATION

  1. Clone the repository to your local machine by running the following command on your command-line.
clone 'https://github.com/edenroseFR/sliding-8-puzzle'
  1. Install all the requirements.
pip install -r requirements.txt

RUNNING THE APP

Make sure that you are in the root directory before running the following:

py run.py