Chess icon indicating copy to clipboard operation
Chess copied to clipboard

is there a python3 version?

Open GustavoPT opened this issue 6 years ago • 2 comments

hey i ran the code on py2 n it works now just wondering if ur planning on making some mods for a py3 version

GustavoPT avatar Sep 23 '19 10:09 GustavoPT

This should work in python 3 updated.txt

rcunal avatar Jun 10 '20 16:06 rcunal

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.

andrewjosephlehmann avatar Jun 05 '23 01:06 andrewjosephlehmann