Releases: HenryAEvans/tic_tac_toe
Releases · HenryAEvans/tic_tac_toe
1.0-alpha
This is the first release of this software. This binary was compiled using the PyInstaller module.
NOTE: The complied binary does not use multiprocessing, making it significantly slower than the main code. If you want this speedup, please run the python code in the main branch of this repository. This is because the PyInstaller does not support the multiprocessing module at the time of this writing.