Benjamin Chase

Project Overview

Overview Photo

The game of Go is a simple, yet extremely strategic game popular in Asia that has been played for over 2,500 years. I enjoy playing it at home as every game is different and it has an abundance of strategy.

So I decided to program Go in Java as a school project. Within my school time, I was able to complete the basic placement rules (outlined below), but did not have time for detecting captures.

Game board with example piece placement

Interface

Program output and example play

Code

Go.java


                
            

GoRunner.java