jambolo / Chess

Chess Player
0 stars 0 forks source link

Change game state value to floating point #24

Closed jambolo closed 5 years ago

jambolo commented 5 years ago

Currently, the value of a game state is a fixed point integer. It would be easier if it were just floating point, and it probably won't affect performance.

jambolo commented 5 years ago

Done in commit e018898f457be5cab23b9e12ccaf2e9d8b3ae90e.