Guest User

Untitled

a guest
Aug 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def reset(self):
  2. self.game.restart()
  3. self.state = self.game.get_state()
  4. self.game.pause()
  5. return self.state.snapshot
Add Comment
Please, Sign In to add comment