guillemalomar / PythonChess

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

Feature/block movements #45

Closed guillemalomar closed 5 years ago

guillemalomar commented 5 years ago

Added a condition to the king movement to avoid it moving to a position where it would get checked. Related to issue #42.

guillemalomar commented 5 years ago

Not deleting the branch to add another forbidden movement later.