MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / main

Function main

PythonAPI/examples/client_bounding_boxes.py:386–395  ·  view source on GitHub ↗

Initializes the client-side bounding box demo.

()

Source from the content-addressed store, hash-verified

384
385
386def main():
387 """
388 Initializes the client-side bounding box demo.
389 """
390
391 try:
392 client = BasicSynchronousClient()
393 client.game_loop()
394 finally:
395 print('EXIT')
396
397
398if __name__ == '__main__':

Callers 1

Calls 2

game_loopMethod · 0.95

Tested by

no test coverage detected