Thread
:
Help checking a grid
View Single Post
Reply
Posted 2006-02-10, 07:50 AM in reply to
Demosthenes
's post starting
"I'm not sure I understand the problem..."
So you're saying like
check(i,j){
if grid(i,j) = grid(i+1,j) { check(i+1,j); }
if grid(i,j) = grid(i+1, j+1) { check(i+1, j+1); }
}
Ya I think that'll work. I'll code it up later on when I get some free time. Thx for the suggestion.
D3V said:
This message is hidden because D3V is on your ignore list.
What is it they say about silence being golden?
Profile
PM
WWW
Search
Medieval Bob