MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / main_game_loop

Function main_game_loop

TEXTVENTURE/game.py:449–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

447
448# Main Game Loop
449def main_game_loop():
450
451 while player.gave_over is False:
452 prompt()
453
454
455# ---- Setup Game ---- #

Callers 1

setup_gameFunction · 0.85

Calls 1

promptFunction · 0.85

Tested by

no test coverage detected