Skip to content

Maximophone/pygo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PYGO

To play in the console:

>>> from pygo import B

>>> b=B(19) #Choose size of the board here

>>> b[10,10] = 'b' #black plays on (10,10)

>>> b[3,3] = 'w' #white plays on (3,3)

>>> b #displays the board

About

Simple game of go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages