LordDarkula / chess_py

Chess library for simple chess engine creation
http://lorddarkula.github.io/chess_py/
MIT License
12 stars 5 forks source link

Revamp Color #12

Closed LordDarkula closed 8 years ago

LordDarkula commented 8 years ago

get rid of constants outside the class (white and black), and replace with Color.White and Color.Black.