Skip to content

matiassantos/8puzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8-Puzzle Game

8-puzzle game is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing.

The object of the puzzle is to place the tiles in order (see diagram) by making sliding moves that use the empty space.

This project was intentionally programmed to solve the n-puzzle problem with artificial inelegance algorithms.

Powered by Angular2

Author

Murhaf Sousli

License

AUR

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.4%
  • HTML 20.9%
  • CSS 20.7%
  • JavaScript 4.0%