mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-02-23 15:49:51 +01:00
Update README.md
This commit is contained in:
@@ -66,7 +66,7 @@ I normally don't code this way. I extract functions and hate over nesting. I onl
|
|||||||
|
|
||||||
Another reason why I didn't extract functions and refactor is because you create the most amount of bugs imaginable with a project like this.
|
Another reason why I didn't extract functions and refactor is because you create the most amount of bugs imaginable with a project like this.
|
||||||
One small flaw in logic and you can break the entire thing:
|
One small flaw in logic and you can break the entire thing:
|
||||||
-Did you change sides correctly?
|
-Did you change sides correctly?
|
||||||
-Should you use the WHITE_OCCUPANCIES or BLACK_OCCUPANCIES when searching for pins?
|
-Should you use the WHITE_OCCUPANCIES or BLACK_OCCUPANCIES when searching for pins?
|
||||||
-Did you use WHITE_PAWN_ATTACKS to look for a black pawn check and BLACK_PAWN_ATTACKS to look for a white pawn check?
|
-Did you use WHITE_PAWN_ATTACKS to look for a black pawn check and BLACK_PAWN_ATTACKS to look for a white pawn check?
|
||||||
-Does en passant work?
|
-Does en passant work?
|
||||||
|
|||||||
Reference in New Issue
Block a user