Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fluffywaffles/1eeaedc201578428e80f63031024141f to your computer and use it in GitHub Desktop.
Save fluffywaffles/1eeaedc201578428e80f63031024141f to your computer and use it in GitHub Desktop.
star-method output
"my god it's full of stars"
{ (25000, 2000, 0, 0): { 'east': [(25500, 2000, 0, 1)],
'northeast': [(25250, 2750, 1, 0)],
'northwest': [],
'southeast': [],
'southwest': [],
'west': []},
(25000, 3500, 2, 0): { 'east': [(25500, 3500, 2, 1)],
'northeast': [(25250, 4250, 3, 0)],
'northwest': [],
'southeast': [],
'southwest': [],
'west': []},
(26000, 2000, 0, 2): { 'east': [(26500, 2000, 0, 3)],
'northeast': [(26250, 2750, 1, 2)],
'northwest': [(25750, 2750, 1, 1)],
'southeast': [],
'southwest': [],
'west': []},
(26000, 3500, 2, 2): { 'east': [(26500, 3500, 2, 3)],
'northeast': [(26250, 4250, 3, 2)],
'northwest': [(25750, 4250, 3, 1)],
'southeast': [],
'southwest': [],
'west': []},
(27000, 2000, 0, 4): { 'east': [(27500, 2000, 0, 5)],
'northeast': [(27250, 2750, 1, 4)],
'northwest': [(26750, 2750, 1, 3)],
'southeast': [],
'southwest': [],
'west': []},
(27000, 3500, 2, 4): { 'east': [(27500, 3500, 2, 5)],
'northeast': [(27250, 4250, 3, 4)],
'northwest': [(26750, 4250, 3, 3)],
'southeast': [],
'southwest': [],
'west': []},
(27750, 4250, 3, 5): { 'east': [(28250, 4250, 3, 6)],
'northeast': [],
'northwest': [],
'southeast': [],
'southwest': [],
'west': []},
(28250, 2750, 1, 6): { 'east': [],
'northeast': [],
'northwest': [(28000, 3500, 2, 6)],
'southeast': [],
'southwest': [(28000, 2000, 0, 6)],
'west': [(27750, 2750, 1, 5)]}}
2.85E+07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment