Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.