I want Create a Go board in python

I made a very simple Go board in Processing before. It has both a java and python scripting language Overview \ Processing.org .

It just does everything in a main while loop and it’s pretty easy to draw graphics to the screen.

Other than that I guess to just make a “Go board” you just need some lists or arrays and few functions to update the elements of the arrays, whether with a mouse click or with user input from a terminal for example. It can be a bit more complicated to implement a superko rule, so possibly Japanese rules might be simpler to start with.

Some other things that could be useful:

Maybe it’s helpful to someone :slight_smile:

3 Likes