Skip to content

Implementation of the A* algorithm for solving the 15-piece board game

Notifications You must be signed in to change notification settings

diogoaalmeida/AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AStar

java -version
openjdk version "1.8.0_302"
OpenJDK Runtime Environment Corretto-8.302.08.1 (build 1.8.0_302-b08)
OpenJDK 64-Bit Server VM Corretto-8.302.08.1 (build 25.302-b08, mixed mode)

# Compile
rm -rf bin && mkdir bin && javac -d bin  -sourcepath AStar/src/  AStar/src/br/com/AStar/*.java

# Execute
java -cp ./bin br.com.AStar.Main 

About

Implementation of the A* algorithm for solving the 15-piece board game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages