guillemalomar / PythonChess

A work in progress of a Chess game for PvP
GNU General Public License v3.0
1 stars 0 forks source link

Colorize the board #6

Closed guillemalomar closed 5 years ago

guillemalomar commented 5 years ago

Give color to the pieces (this way B's and W's can be avoided in names). Also give red color when a piece has killed another one.

guillemalomar commented 5 years ago

Now pieces have colors. Still thinking how to modify the color of a piece that has killed another one...

guillemalomar commented 5 years ago

Solved in pull-request #14