8000 GitHub - Quadrition/15-puzzle-game: An algorithm for solving a 15 puzzle game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Quadrition/15-puzzle-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-puzzle-game

A sliding puzzle, sliding block puzzle, or sliding tile puzzle is a combination puzzle that challenges a player to slide (frequently flat) pieces along certain routes (usually on a board) to establish a certain end-configuration.

This algorithm solves a 15 puzzle game using heuristic functions manhattan distance and linear conflict. The results (time and number of moves) depends on the accuracy variable. The more accuracy is set, the number of moves reduces but the time increases. You can set the accuracy from 0-100.

About

An algorithm for solving a 15 puzzle game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0