Skip to content

Implementing the Isolation game using Min Max AI algorithm.

Notifications You must be signed in to change notification settings

DSantanax/Isolation_MinMax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authors:
    Brandon Dayauon
    Daniel Santana

Requirements:
    JDK 1.8 or above

Description:
    Our project is based on the Isolation game for PvE mode. We used the min max
    algorithm for the computer to generate it's move based on the given time & the
    given depth from the user.

Compile:
    javac -d \out src\*.java

Execute:
    java -cp \out src\MainDriver.java

About

Implementing the Isolation game using Min Max AI algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages