Pychess built in engine infos?

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

Moderators: hgm, Harvey Williamson, bob

Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
Post Reply
User avatar
Guenther
Posts: 2259
Joined: Wed Oct 01, 2008 4:33 am
Location: Regensburg, Germany
Contact:

Pychess built in engine infos?

Post by Guenther » Thu May 12, 2016 10:27 am

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: 340
Joined: Wed Sep 26, 2012 11:29 am
Location: Hungary
Contact:

Re: Pychess built in engine infos?

Post by gbtami » Thu May 12, 2016 8:15 pm

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: 2259
Joined: Wed Oct 01, 2008 4:33 am
Location: Regensburg, Germany
Contact:

Re: Pychess built in engine infos?

Post by Guenther » Thu May 12, 2016 9:06 pm

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: 340
Joined: Wed Sep 26, 2012 11:29 am
Location: Hungary
Contact:

Re: Pychess built in engine infos?

Post by gbtami » Thu May 12, 2016 9:33 pm

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.

Post Reply