You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always assumed SQUARES_180 was mapping e.g. a1 -> h8, b1 -> g8, etc, until I actually needed to use it, and realized it's just a vertical mirror, a1 -> a8, b1 -> b8. It's used directly in `square_mirror() - maybe deserves a different name?
I always assumed
SQUARES_180was mapping e.g.a1 -> h8,b1 -> g8, etc, until I actually needed to use it, and realized it's just a vertical mirror,a1 -> a8,b1 -> b8. It's used directly in `square_mirror() - maybe deserves a different name?