alexsyrom / chess-engine

A simple UCI chess engine written in Python.
MIT License
6 stars 1 forks source link

chess-engine for Windows OSes #1

Open yellow-panther opened 8 years ago

yellow-panther commented 8 years ago

Hello alexsyrom,

could you please upload a complete application that works with Windows 7 SP1 32 & 64 bit on your website ?

https://www.python.org/downloads/windows/

SeryiBaran commented 3 months ago

Hello alexsyrom,

could you please upload a complete application that works with Windows 7 SP1 32 & 64 bit on your website ?

python.org/downloads/windows

Try build this engine with pyinstaller --clean -n "chess-engine" -w -y -F --add-data="opening\Human.bin:opening" --add-data="opening\gm2001.bin:opening" --add-data="opening\komodo.bin:opening" .\engine.py

UPD: uh, 2016y, 8 years ago...