Re: A89: Crossword puzzle


[Prev][Next][Index][Thread]

Re: A89: Crossword puzzle




At 05:49 PM 2/25/99 -0600, you wrote:
>
>>I am workin on a game that is a crossword puzzle.  I have it all
>>finished except I don't know how I can get the 89 to know if the words
>>in the puzzle are correct.
>>Does anyone have an idea on how to do this?  Thanks.
>>           Ben

Well you could store the puzzle in a matrix (rows being across, columns
going down) and then check from whatever answer they pick to its
coresponding coordinates in the matrix.  Is this possible.  I think the
only bad part would be probably having to enter the word in letter by
letter so each letter is a variable.



References: