AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

Wordsearch: Disallow palindromic words #51

Closed AndrewRigg closed 7 years ago

AndrewRigg commented 7 years ago

Palindromic words could be problematic, ie user will not get it correct unless they choose the correct direction which was created randomly, either should handle this or disallow palindromic words.

Golpette commented 7 years ago

Do not be lazy

AndrewRigg commented 7 years ago

Have included a method in Entry to say whether the word is palindromic or not.

AndrewRigg commented 7 years ago

Have allowed the palindromic words to be selected from either end.