Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
449
def
main_game_loop():
450
451
while
player.gave_over is False:
452
prompt()
453
454
455
# ---- Setup Game ---- #
Callers
1
setup_game
Function · 0.85
Calls
1
prompt
Function · 0.85
Tested by
no test coverage detected