Skip to content
/ Hex-AI Public
forked from dpearson/Hex

An implementation of Hex (the board game) in Java with AI

Notifications You must be signed in to change notification settings

vvvey/Hex-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex in Java

Folked This project from https://github.com/dpearson/Hex

Improved beta-alpha search tree with multiple heuristics function to evaulat future board state.

Building

You'll need a few dependencies; these include a JDK, make, and zip. I've only tested the code on Java 6, although both the OpenJDK and the Sun one work.

Then, just run:

make jar
java -jar Hex.jar

About

An implementation of Hex (the board game) in Java with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • Makefile 1.7%