Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 602 Bytes

15PuzzleGame

This is a python implementation of the 15 puzzle game.

### Features This program includes functionality to play the game on your IDLE as well as a implementation of a breadth-first-search to solve the puzzle autonomously.

Quick Start

What is the 15 Puzzle Game? https://en.wikipedia.org/wiki/15_puzzle
Play first. http://migo.sixbit.org/puzzles/fifteen/

Blog

Check out more about this implementation at my blog. http://principal-programming-fundamentals.blogspot.com/2015/03/15-puzzle-game-in-python.html

(c) 2016, Xeliot, All Rights Reserved.'

  • Licensed under GPL V3