You are viewing a single comment's thread. Return to all comments →
for row in [-1,0,1]: for col in [-1,0,1]: if row == 0 && col == 0: continue
there are 8 directions, 8 is 9-1 :)
Seems like cookies are disabled on this browser, please enable them to open this website
Queen's Attack II
You are viewing a single comment's thread. Return to all comments →
there are 8 directions, 8 is 9-1 :)