mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-01-04 09:50:21 +01:00
Update Algorithm explanation.txt
This commit is contained in:
@@ -85,7 +85,7 @@ We need to remove the bit we want and place it somewhere else. Let's e7 to e5:
|
||||
_ _ _ _ _ _ _ _
|
||||
_ _ _ _ _ _ _ _
|
||||
|
||||
This puts a bit on d5. Now we remove e7 like so:
|
||||
This puts a bit on e5. Now we remove e7 like so:
|
||||
|
||||
black_pawns &= ~SQUARE_BBS[E7]; //remove the bit
|
||||
_ _ _ _ _ _ _ _
|
||||
|
||||
Reference in New Issue
Block a user