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