Skip to content

GothamProject/Gotham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotham

A Java Go game with ancient rules integration, SGF support and AI mechanics

#Usage

  • To play Go in a graphical interface, launch run/gui/GraphicalGo.java
  • To play Go in command line, launch run/console/RunConsole.java

#Disclaimer Project developed during a university course focusing on Java core concepts and Project management. It can be buggy if playing against a computer on Hard difficulty. The MinMax algorithm also seems to be quite slow.