Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otmanedaoudi/chessy
A chess game using the MinMax and Alpha-Beta pruning Algorithms.
https://github.com/otmanedaoudi/chessy
ai algorithm chess python
Last synced: about 2 months ago
JSON representation
A chess game using the MinMax and Alpha-Beta pruning Algorithms.
- Host: GitHub
- URL: https://github.com/otmanedaoudi/chessy
- Owner: OtmaneDaoudi
- Created: 2022-04-24T14:10:09.000Z (over 2 years ago)
- Default Branch: FULL_GUI_APP
- Last Pushed: 2024-07-08T16:20:07.000Z (6 months ago)
- Last Synced: 2024-07-08T20:47:07.733Z (6 months ago)
- Topics: ai, algorithm, chess, python
- Language: Python
- Homepage:
- Size: 30.3 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A chess game using python and the kivy library.
The game uses the famous MinMax algorithm in addition to the Alpha-Beta pruning optimization.# Screenshots(both desktop and mobile versions):
![image](https://github.com/OtmaneDaoudi/Chessy/assets/63020343/0c97cbf1-46dc-4b33-a042-91d18ba7895c)
![image](https://github.com/OtmaneDaoudi/Chessy/assets/63020343/09fc323a-be6c-444f-9d76-9b8bde89109b)
![image](https://github.com/OtmaneDaoudi/Chessy/assets/63020343/29b4428a-03fa-4cde-b80c-541b03ad3652)
![image](https://github.com/OtmaneDaoudi/Chessy/assets/63020343/00fdc209-8302-4ddf-bf36-707bbb1776db)