Name: Anonymous 2011-04-12 10:28
Lets suppose that we have an array which looks like this:
How would I go about to find the neighbours of
without using loads of
#(#(O O O O)
#(O O X O)
#(O O O O))How would I go about to find the neighbours of
'Xwithout using loads of
if-else ?