ChessCV / chess

Chess Computer Vision project for OSU CSE 5524
7 stars 0 forks source link

Setup Chess Engine #10

Open 3ygun opened 8 years ago

3ygun commented 8 years ago

Goals

Setup chess engine to manage the board state and do moves etc.

Parts

Needs

tylermzeller commented 8 years ago

https://github.com/niklasf/python-chess This is the chess engine I like. Very robust, easy to use, and fast.