Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 598 Bytes

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.