Skip to content

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

Notifications You must be signed in to change notification settings

edenroseFR/sliding-8-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages