AttackingOrDefending / pydraughts

A draughts (checkers) library for Python with move generation, PDN reading and writing, engine communication and balloted openings
MIT License
13 stars 5 forks source link

Exploring Game Development with AI: Engine Examples and Tutorials #41

Open Saidalo1 opened 1 day ago

Saidalo1 commented 1 day ago

It would be great to see examples of game engines we can use, along with tutorials on installation, configuration, and game play. Additionally, it would be exciting to incorporate AI into this project, enabling interaction between players and the engine using this library and UI.

AttackingOrDefending commented 1 day ago

Hub engines: Kingsrow (international) Scan DXP engines: Kingsrow (international) Scan Moby Dam Checkerboard engines: Kingsrow (english) Kingsrow (italian) Cake Kallisto

For more engines see here.

Programs using pydraughts: https://github.com/d3da/checkers-rl https://github.com/Palmirka/Evolutionary-checkers

I will create a PR with links to engines one can use, and a section for programs using pydraughts.