Chess
Chess copied to clipboard
is there a python3 version?
hey i ran the code on py2 n it works now just wondering if ur planning on making some mods for a py3 version
This should work in python 3 updated.txt
There is a fairly trivial error made near the bottom of the source code. Near line 1770 there is a type error where it is set to 'isAlive' which is not assigned to anything. However changing this to 'is_alive' resolve this issue.