Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 623 Bytes

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