Skip to content

kuma-panda/15puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15puzzle

This program provides a slide puzzle called "15 puzzle".
These are written in JavaScript / HTML and can be run on a web browser.

Fatures

  • The generated puzzle can always be "solved" (15 pieces are randomly placed, but these location are mathematically verified.)
  • The computer can always "solve" puzzles automatically. His solution is not always the best procedure. But it will faithfully reproduce the process solved by human thinking. The algorithm is written in puzzle.js.

Usage

  • Place all files in your PC's same directry and load index.html to browser (Tested : Chrome, Firefox, Edge).
  • index.html will be able to load from local disk to the browser (No Web server is needed).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published