Created
August 22, 2018 03:13
-
-
Save fabito/76a62dbb06ffe47882b0e7c8d777c711 to your computer and use it in GitHub Desktop.
neyboy game - game state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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