Tagged Questions
4
votes
4answers
458 views
How do I search for a 'blank tile' in a scrabble application? (PHP)
I created this application a couple of months ago: http://www.mondofacto.com/word-tools/scrabble-solver.html
The application lets the user enter the set of letters they are given, and echos back what ...
1
vote
3answers
165 views
Find all words placed on a Scrabble board
Any idea whats a simple and fast way to get all words placed on a Scrabble board while the board is represented by 2D Array of chars?
Thanks in advance