Jago : Go board GUI for any purpose Go game development
- Using Eclipse
Import it to Eclipse project and Run Go.java in default package. If you need to create .jar file simple go to Eclipse Menu -> File -> Export -> Java -> Runnable Jar File.
- Command Line (Simply run)
javac Go.java
java Go
- Gradle
./gradlew build
./gradlew run
- Using IntelliJ IDEA
Open the project with IntelliJ IDEA. It will use gradle build configuration.
It will show warning but you can ignore it!
I have only test it complied with Java SDK 1.8 and only make it Eclipse project to future easy development
http://www.rene-grothmann.de/jago/Documentation/index.html
I cannot find the source code from his website and I got it somewhere. I think it's out of date but it's very useful to learn.