Skip to content

The classic 15 puzzle problem using AI to solve puzzle.

Notifications You must be signed in to change notification settings

13events/15_Puzzle_Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15_Puzzle_Problem

This project serves to solve the 15 puzzle problem using AI as discussed in the textbook Artificial Intelligence: A modern approach.

Overview

This is project is part of the AI course work that I have taken and is still in development, as such there will be many changes to the code and README during the duration of the course.

Phase 1

The first phase of this project aim to setup the 15 puzzle problem that displays a grid of numbers with a blank space. The grid must then be randomly shuffled using only valid moves and display the shuffled board. The AI logic must be able to solve the puzzle and display the solved puzzle.

About

The classic 15 puzzle problem using AI to solve puzzle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published