I have created an implementation of a small solo game that simply involves laying some tiles, then scoring at the end.
The only thing I cannot get to work is for the last moved tile to be highlighted. I thought that the last move highlighter property would do this, but it does not seem to. Does this not work if you don’t have player sides defined? Any thoughts?
For some reason I totally forgot to reply to this with more information.
The question is that since this is a solo game, I want for each tile that is layed to be highlighted in some way so you can see which piece you played last. Is there anyway to do that for just one player?