From e24d2e6017e948af68bbe97fd76aa0ef3bd864f8 Mon Sep 17 00:00:00 2001 From: Coding with Tom <146443103+hcsalmon1@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:10:26 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e5b6b..037b423 100644 --- a/README.md +++ b/README.md @@ -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. 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? -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?