- 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
- Commnads:
pip install Tkinter
pip install pygame
pip install time