Zulko / easyAI

Python artificial intelligence framework for games
http://zulko.github.io/easyAI/
Other
639 stars 126 forks source link

tic tac toe example #34

Closed easherma closed 6 years ago

easherma commented 6 years ago

example states:

""" The board positions are numbered as follows:
        7 8 9
        4 5 6
        1 2 3
"""    

However, entering 1 on keyboard corresponds with the top left spot, not bottom left, etc.

JohnAD commented 6 years ago

@easherma This has been fixed in master. It will make it's way to PyPi the next time we do a release. Thanks for pointing this out!