Skip to content

gui for board game hex (and Y) by broderick arneson

License

Notifications You must be signed in to change notification settings

selinger/hexgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run:
=======

Run Java on the included JAR file, e.g.:

  java -jar lib/hexgui.jar

Alternatively, you may also be able to run it like this:

  bin/hexgui


To build from sources:
======================

Short build instructions:
-------------------------

To build: 
  ant


More detailed build instructions:
---------------------------------

Windows:

First install Java, then the Apache Ant build tool for Java.  As part
of this you need to set the ANT_HOME and PATH environment variables on
your system appropriately. See this tutorial https://youtu.be/zmuMAHa8r2g

Then, enter the HexGUI project folder in the Terminal, noting that
there is a "build.xml" file, and here run the command-line command
"ant". This builds the project. You can now find the runnable .jar
Java program in the lib folder for HexGUI.

About

gui for board game hex (and Y) by broderick arneson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%