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

https://github.com/hxndev/ai-based-chess-game-using-minimax-and-alpha-beta-prunning

The goal of this project was to make a User vs AI chess game, such that user makes whichever (legal) move they like and in turn, the AI performs the best move it can find. The game ends when either the user or the AI enters checkmate or stalemate state - or if you quit forcibly :)
https://github.com/hxndev/ai-based-chess-game-using-minimax-and-alpha-beta-prunning

ai ai-based-chess-game alpha-beta chess gui interface minimax minmax project prunning python using

Last synced: 6 months ago
JSON representation

The goal of this project was to make a User vs AI chess game, such that user makes whichever (legal) move they like and in turn, the AI performs the best move it can find. The game ends when either the user or the AI enters checkmate or stalemate state - or if you quit forcibly :)

Awesome Lists containing this project