PKpacheco / chess_beginner_python

0 stars 0 forks source link

Validate movements #2

Open eldalai opened 7 years ago

eldalai commented 7 years ago

Validate piece's movement depends on each type of pieces: Rooks only allow vertical or horizontal movements Bishops only allow diagonal movements Queen allow vertical or horizontal or diagonal movements King allow same as Queen but only one

eldalai commented 7 years ago

https://docs.kde.org/trunk5/es/extragear-games/knights/piece-movement.html

Forget about the Pawn by now