Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atharv-naik/chess-engine
Building a chess engine in python using the pygame module
https://github.com/atharv-naik/chess-engine
ai chess chess-engine minimax-algorithm pygame
Last synced: 21 days ago
JSON representation
Building a chess engine in python using the pygame module
- Host: GitHub
- URL: https://github.com/atharv-naik/chess-engine
- Owner: atharv-naik
- Created: 2023-01-13T14:33:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T03:51:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T17:54:22.872Z (2 months ago)
- Topics: ai, chess, chess-engine, minimax-algorithm, pygame
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chess-engine
Building a chess engine in python using the pygame module.
The ultimate goal of the project is to implement ML to predict best moves at any position for the player based on past games of grandmasters.