nilswx / strik

Mobile multiplayer word game with cocos2D
2 stars 0 forks source link

[Game] Extra points for certain letter. #48

Open matthijn opened 10 years ago

matthijn commented 10 years ago

See Board.PSD, this needs implementation.

nilswx commented 10 years ago

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!