Search found 4 matches

by AttackingOrDefending
Thu Aug 29, 2024 11:11
Forum: Draughts, Computer, Internet
Topic: pydraughts, a draughts library in Python
Replies: 7
Views: 4219

Re: pydraughts, a draughts library in Python

Is pydrauhts the DXP server or listener? I guess pydraughts is the DXP initiator? Pydraughts is the listener and the initiator. All engines should use a different DXP port number when running on the same machine? Yes. Will pydraughts launch the engine or is the engine supposed to be started and con...
by AttackingOrDefending
Thu Feb 15, 2024 18:35
Forum: Draughts, Computer, Internet
Topic: pydraughts, a draughts library in Python
Replies: 7
Views: 4219

Re: pydraughts, a draughts library in Python

Hi,

I just released a new version with the change you requested. Let me know if you have any problems with it.
by AttackingOrDefending
Wed Dec 06, 2023 18:16
Forum: Draughts, Computer, Internet
Topic: pydraughts, a draughts library in Python
Replies: 7
Views: 4219

Re: pydraughts, a draughts library in Python

You can tournaments with more than 2 engines. I have tested with up to 3 engines (scan dxp, kr hub, mobydam dxp) and it worked correctly. I couldn't find more engines to test it, but there shouldn't be any issue with more engines. Lidraughts doesn't support user-created broadcasts and doesn't have a...
by AttackingOrDefending
Sun Dec 03, 2023 21:30
Forum: Draughts, Computer, Internet
Topic: pydraughts, a draughts library in Python
Replies: 7
Views: 4219

pydraughts, a draughts library in Python

Hello, I have created a library for draughts in Python called pydraughts (https://github.com/AttackingOrDefending/pydraughts). It was originally created to create bots on lidraughts (https://lidraughts.org/player/bots). In June, I added a tournament manager which would allow for the automation of dr...