Browse Source

remove unused variables

pull/1/head
wes 7 years ago
parent
commit
92ff2f0a6f
  1. 3
      regions.py

3
regions.py

@ -26,9 +26,6 @@ testregion = list(initialize([
[True, True, False, True]
]))
columns = len(testregion[0])
rows = len(testregion)
def exploreField(region, x, y):
# check if we've reached the edge of the matrix

Loading…
Cancel
Save