(self)
| 175 | self.display("To play again press space bar. To leave press ESC.", msg2) |
| 176 | |
| 177 | def clear(self): |
| 178 | if self.game.state == Nim.OVER: |
| 179 | self.screen.clear() |
| 180 | |
| 181 | |
| 182 | class NimController(object): |
no outgoing calls
no test coverage detected