Disservin / chess-library

C++ chess library
https://disservin.github.io/chess-library/
MIT License
71 stars 22 forks source link

Add increment and decrement operators to Rank, File, and Square #16

Closed BlueCannonBall closed 1 year ago

Disservin commented 1 year ago

I've added something similar now. Check out https://disservin.github.io/chess-library/pages/usage.html#operator-overloads. I think it's best if the user explictly defines that, rather that being done by the library.