S
Stijn Verrept
You have a grid like this:
Y Y F O U R
G F O U R G
F O U R Y G
G U R U O F
Y R Y R Y G
How many times does this grid have FOUR in it?
How should I make something that accepts a word and seeks in a Grid for
example? You can also go diagonal.
For example the F on (2, 0) can do FOUR horizontally, FOUR vertically,
BUT also:
F
O U R
or
F
O
U R
etc...
Y Y F O U R
G F O U R G
F O U R Y G
G U R U O F
Y R Y R Y G
How many times does this grid have FOUR in it?
How should I make something that accepts a word and seeks in a Grid for
example? You can also go diagonal.
For example the F on (2, 0) can do FOUR horizontally, FOUR vertically,
BUT also:
F
O U R
or
F
O
U R
etc...