Skip to content

donkeykong91/A-Star-Search-for-Eight-Piece-Puzzle-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

A* Search

This is A* Search implemented in Java

To run this program, you will need to open command line interface and run "AStarSearch.java" like so:

  1. javac AStarSearch.java (To compile the program)
  2. java AStarSearch (To run the class file)

And the program will run.

About

A* Search done on an 8-piece board game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages