Re: A89: Crossword puzzle


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

Re: A89: Crossword puzzle




Yeah, you could just have two matrices, one for the user's input and one for
the answer.  Then just run through the matrices and check for equality.

--Blake Johnson
-----Original Message-----
From: Joe Koston <olp1726@usa.net>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Friday, February 26, 1999 4:23 PM
Subject: 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.
>
>
>