Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 416 Bytes

arbitraryGo

An engine that allows playing the board game Go on arbitrary graphs

How to Run

Open the file go_web.html in the src directory.

This can also be found on izaakweiss.com/arbitraryGo

What is prototype?

I'm more comfortable in python than javascript, so I built a prototype version of this program in python. The source for that is in prototype. It requires python 3 and the pyopengl bindings.