Skip to content

Instantly share code, notes, and snippets.

@fabito
Created August 22, 2018 03:13
Show Gist options
  • Save fabito/76a62dbb06ffe47882b0e7c8d777c711 to your computer and use it in GitHub Desktop.
Save fabito/76a62dbb06ffe47882b0e7c8d777c711 to your computer and use it in GitHub Desktop.
neyboy game - game state
GameState = namedtuple('GameState', ['score', 'status', 'snapshot', 'dimensions'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment