|
|
|
|
|
by IanCal
887 days ago
|
|
Now this is some good nerd sniping content. A few quick thoughts. You could have a move counter, and pick representations based on total moves (early on, you could probably use lots less space simply storing the movement from original position and piece type). Bishops can only be in one of 32 spots but you need to know which one (ordering?). Trying to not shave off bits but have more zeros so that it can be compressed more effectively - having positions based on the delta from their most likely position could help. |
|