Java-Graphical-Chess-Game / JavaGraphicalChessGame

This is a Java Graphical UI Chess Game. Counts as a project for the GIN431 course at USEK, Kaslik, Lebanon
6 stars 3 forks source link

Wrong Pawn Movement #2

Open vonSchmidt opened 9 years ago

vonSchmidt commented 9 years ago

Pawn Double Steps over a piece that's in front of it. En-Passant is wrong, has to be fixed in the PawnDirection class

vonSchmidt commented 9 years ago

Bug @ lines 44 and 68.

vonSchmidt commented 9 years ago

We still have to make the En-Passant move aware of the moves history.