AndrewRigg / Crossword

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

Wordsearch: Solution shows separate words #71

Closed AndrewRigg closed 7 years ago

AndrewRigg commented 7 years ago

Currently clicking solution on wordsearch shows a big confusing green blob and there is no way of telling solution words apart. Need some way of separating the words when solution is called such as drawing coloured loops around them.

--Possibly want to alter the solution method to only show one word or similar?

Golpette commented 7 years ago

Easiest thing to do for now is just show the solution as in the actual puzzle no? (At least this would be useful for debugging) and we can get rid of it later.

Or if you wanted you could add a couple extra buttons such as "Gimme a hint" which maybe flashes one letter in in the word in red for a split second... (maybe just flashes one letter in any word that hasn't been found?) and a "Just show me already!" button which is like giving up and just loops a word (which would involve being able to select a word from the list)

AndrewRigg commented 7 years ago

Have already sorted the title of the issue. Working on separate things for 'hint' and 'clue', to show one word or hint within one word.

AndrewRigg commented 7 years ago

Fixed this a while ago.