chanson02 / KnO3

A Rusty Knight Chess Engine
0 stars 0 forks source link

Convert u64 board coordinates to i64 #68

Closed abrahimt closed 11 months ago

abrahimt commented 11 months ago
          You can't use .abs() on u64. Let's make an issue for this to see if we should change our squares to be signed.

_Originally posted by @abrahimt in https://github.com/chanson02/KnO3/pull/66#discussion_r1431962704_

abrahimt commented 11 months ago

Going to change the squares to be signed.