Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.16 KB

ChessX♟️

About:

ChessX is a chess engine consisting of 2 models. Model_1 is available to play here

Models:

Model-1: This model uses Alpha Beta Pruning technique to analyze the game and generate a move that it regards as strongest. The search depth of this model can be altered from 1-3.

Model-2: This model uses two algorithms Convolutional Neural Networks(CNN) and Minimax Algorithm. When generating a move, it judges the effectiveness values outputted by the different algorithms and finds which algorithm has the highest effectiveness value.

Sample:

Model-1 vs Emir(1000):

Support

Please Star and share the project. Thanks! ❤️