Pychess built in engine infos?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Guenther
Posts: 4611
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Pychess built in engine infos?

Post by Guenther »

I have some difficulties to track down the first release and release number of the pychess engine integrated in the pychess gui.
It seems the built in original engine at least came much later than the first GUI releases.
(History of GUI releases goes back to 2006 or even earlier! => https://sites.google.com/site/pychess/
newer ones since 2010 here => http://pychess.org/news/)
AFAIK the first mentioning here was in the thread below:

http://talkchess.com/forum/viewtopic.ph ... ess+engine

Thanks for any infos!

Guenther
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Pychess built in engine infos?

Post by gbtami »

Guenther wrote:I have some difficulties to track down the first release and release number of the pychess engine integrated in the pychess gui.
It seems the built in original engine at least came much later than the first GUI releases.
(History of GUI releases goes back to 2006 or even earlier! => https://sites.google.com/site/pychess/
newer ones since 2010 here => http://pychess.org/news/)
AFAIK the first mentioning here was in the thread below:

http://talkchess.com/forum/viewtopic.ph ... ess+engine

Thanks for any infos!

Guenther
As I see in commit history PyChess own engine first appeared in 0.4 at 2006.10.31.
We never created official standalone engine releases from PyChess, but it's possible to create a standalone file with https://github.com/pychess/pychess/blob ... -engine.sh
It's a python executable zip, so you have to have an installed python to let it run.
For example if you have pypy installed you can run this with: pypy pychess-engine
If you have python3 installed: python3 pychess-engine
User avatar
Guenther
Posts: 4611
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: Pychess built in engine infos?

Post by Guenther »

gbtami wrote:
As I see in commit history PyChess own engine first appeared in 0.4 at 2006.10.31.
We never created official standalone engine releases from PyChess, but it's possible to create a standalone file with https://github.com/pychess/pychess/blob ... -engine.sh
It's a python executable zip, so you have to have an installed python to let it run.
For example if you have pypy installed you can run this with: pypy pychess-engine
If you have python3 installed: python3 pychess-engine
Thanks Bajusz. Was that 0.4 version already XB compatible? If not
which version started to have XB support and when was it released?

Guenther
User avatar
gbtami
Posts: 389
Joined: Wed Sep 26, 2012 1:29 pm
Location: Hungary

Re: Pychess built in engine infos?

Post by gbtami »

Guenther wrote:
gbtami wrote:
As I see in commit history PyChess own engine first appeared in 0.4 at 2006.10.31.
We never created official standalone engine releases from PyChess, but it's possible to create a standalone file with https://github.com/pychess/pychess/blob ... -engine.sh
It's a python executable zip, so you have to have an installed python to let it run.
For example if you have pypy installed you can run this with: pypy pychess-engine
If you have python3 installed: python3 pychess-engine
Thanks Bajusz. Was that 0.4 version already XB compatible? If not
which version started to have XB support and when was it released?

Guenther
It wasn't. The first version supporting XB was 0.6 at 2007.02.08.