Open matthijn opened 10 years ago
See Board.PSD, this needs implementation.
Either by using an extra byte for every tile, or...
First 5 bits = letters (1-26) Remaining 3 bits = 2^3=8 possible values to specify 'extra points' (or trigger)
Bitshifting!
See Board.PSD, this needs implementation.