Skip to content

Porrapat/Jago

Repository files navigation

Jago

Jago : Go board GUI for any purpose Go game development

How to compile it

  • 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

Great thank you to

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.

This is the download link

Download

About

Jago : Go board GUI for any perpose Go game development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages