Bug 717

Summary: Wrong bishop movements
Product: Chess Game - Group 24 Reporter: Assan Kozhin <akozhin2-c>
Component: PiecesAssignee: Assan Kozhin <akozhin2-c>
Status: RESOLVED FIXED    
Severity: major CC: gsalter2-c
Priority: ---    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://github.com/glennsalter/cs3343-chess/commit/9285f73b42f265543ea14e1b855847cf41dc236b

Description Assan Kozhin 2022-11-19 16:54:39 HKT
Bishop does not move diagonally from h towards a file when making vertically up. Upon code inspection, it was identified that bishop logic had logical errors and need to be rewritten.
Comment 1 Assan Kozhin 2022-11-19 17:09:40 HKT
Bishop moves were fixed by rewriting code and instead of trying to using complex code with lot's of conditions, simple and maintainable code was introduced.