Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

To find neighbours

Name: Anonymous 2011-04-12 10:28

Lets suppose that we have an array which looks like this:


#(#(O O O O)
  #(O O X O)
  #(O O O O))


How would I go about to find the neighbours of 'X
without using loads of if-else ?

Name: Anonymous 2011-04-12 22:53

>>1
Use bit masks

Name: Anonymous 2011-04-12 22:55

>>17
One also could also run a bit window against data and count matchin bits (modern CPU support bitcount function). A pretty general technique, you can use to pattern match any data.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List