Skip to content

基于python-chess库的国际象棋AI内核及简易SVG可视化Client

Notifications You must be signed in to change notification settings

crazy-dreamer/Chess-AI

 
 

Repository files navigation

Chess-AI

A simple chess AI player

Requirement

  • python-chess 0.28.3
  • pip install python-chess/conda install python-chess
  • import chess

How to Use

  • type "white" or "black" to choose side
  • type moves like "d4", "Nf3", "Bxc5", "O-O", "Rfd1", etc.
  • input "END" to end the game

Example

Power by gzn00417

About

基于python-chess库的国际象棋AI内核及简易SVG可视化Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.5%
  • Jupyter Notebook 47.5%