/chessai

chess

Primary LanguagePython

Chess Game

visualized with pygame / implemented with alpha-beta pruning

Instructions

  • Drag and drop mouse to control pieces
  • Press 'R' to reset game
  • Press 'T' to change theme

Download and Run chess

download project

git clone https://github.com/locket0115/chessai.git
cd chessai
pip install -r requirements.txt

run the program

python -u src\main.py

TODO:

  • pawn promotion selection
  • use MCTS with NN to improve performence