Computer Go/Writing a Go Engine

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Writing a Go Engine[edit | edit source]

This chapter will walk you through the process of writing a very simple Go Engine capable of recognizing illegal moves and processing the results of moves by removing captured stones.

Miscellaneous Resources[edit | edit source]

Sample Code
A zip file containing all the sample code for this chapter (written in Java 5).