Skip to content

Orangeplumber/Chess-AI

Repository files navigation

Chess-AI

Task:

  • To Build a chess game with AI as an opponent!
  • AI with Minimax and alphs-beta-pruning and Evaluation function calculation by Deep-learning.
  • ChessBoard:Done
  • Moves validation:Done
  • Two Player game:Done
  • Chess AI:Done
  • Training:Left

Pre-installation:

  • Commnads:
    • pip install Tkinter
    • pip install pygame
    • pip install time

Releases

No releases published

Packages

No packages published

Languages