Skip to content

Puzzle 8 Game Environment & BFS Agent to solve the game, with time and space analysis

Notifications You must be signed in to change notification settings

ksh-r/ai-puzzle-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-puzzle-8

Puzzle 8 game environment & agent (to solve a randomly generated game state)

Algorithm: Breadth First Search

Usage:

  • Run tileGame.java
  • Run agent.java directly (Solves a random game state with depth = 15)
    • Or remove game.newGameDepth(15) to solve a completely random state

Demo:

Initial game state: Random state with depth = 12

Demo image

About

Puzzle 8 Game Environment & BFS Agent to solve the game, with time and space analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages