Skip to content

ssowrira/8_puzzle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8_puzzle_solver

Game Description

Project Goal: Visually depict the fastest solution to an 8 puzzle solver game.

It is played on a 3-by-3 grid, with 8 square blocks labeled 1 through 8 and 1 blank square space.

The goal is to rearrange the blocks so that they are in order. The player is permitted to slide blocks horizontally or vertically into the blank square.

We will display an initial board with random organization of the game tiles and display the optimum number of moves that it would take the reach the solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages