krystian1201 / MyScrabble

0 stars 2 forks source link

[Important] New game - word through the center #16

Closed krystian1201 closed 9 years ago

krystian1201 commented 9 years ago

First word (obviously) doesn't have to cross any other word but have to go through the center of the board

krystian1201 commented 9 years ago

Single letter not in center - exception in AreTilesNextToEachOther - Problem here is that it is not checked if the tile is placed next to other tiles already on board. So, it means checking the crossword-like word forming.

krystian1201 commented 9 years ago

First word has to come through the center of board - more or less OK Later words doesn't have to go through the center - OK