Home
last modified time | relevance | path

Searched refs:Nim (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py58 if self.game.state not in [Nim.CREATED, Nim.OVER]:
64 self.game.state = Nim.RUNNING
71 self.game.state = Nim.OVER
111 if self.game.state != Nim.RUNNING:
181 if self.game.state == Nim.OVER:
205 class Nim(object): class
210 self.state = Nim.CREATED
221 nim = Nim(mainscreen)