Commit Graph

2 Commits

Author SHA1 Message Date
Shu Shen
168f25b976 Fix Python3 compatibility in Go env (#64)
Under Python3, user inputs are in string format and needs be
converted
into bytes before passing to pachi-py. The returned __repr__ from
pachi-py for the boards are bytes and needs be converted into string
for
line breaks to work.

Also fixed raw_input and print functions in play_go under
examples/scripts with six package.
2016-05-09 19:18:55 -07:00
Greg Brockman
e8f2980603 Initial release. Hello world :). 2016-04-27 08:00:58 -07:00