Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/MoyusiteruIori/Draughts
- Owner: MoyusiteruIori
- Created: 2021-07-14T16:23:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T23:34:51.000Z (over 2 years ago)
- Last Synced: 2024-08-02T03:02:14.842Z (5 months ago)
- Language: C
- Homepage:
- Size: 725 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tjsse-project - MoyusiteruIori/Draughts
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).