Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MoyusiteruIori/Draughts

A C/C++ draughts AI based on Alpha-Beta pruning algorithm.
https://github.com/MoyusiteruIori/Draughts

Last synced: about 1 month ago
JSON representation

A C/C++ draughts AI based on Alpha-Beta pruning algorithm.

Awesome Lists containing this project

README

        

# Draughts AI
## Bonus Project for Tongji SSE 2021 OOP course

- A C/C++ Draughts game AI based on α-β pruning algorithm.
- Final rank:
- Rank1 with a 67-1-8 record. ![rank](guide/record.png)
- For project details, please check: [Project Guide](guide/draughts_project_guide.pdf) and [Iori's Blog](http://moyuiori.link).