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

Function play_game

TEXTVENTURE/game.py:222–239  ·  view source on GitHub ↗

Index: 1 2 3 4... ----------------- | | | | | a ----------------- | | | | | b ----------------- | | | | | c ----------------- . | | | | | . ----------------- .

()

Source from the content-addressed store, hash-verified

220It is called when the player enters the 'play' command.
221"""
222def play_game():
223
224 # MAP of the game
225 """
226 Index:
227 1 2 3 4...
228 -----------------
229 | | | | | a
230 -----------------
231 | | | | | b
232 -----------------
233 | | | | | c
234 ----------------- .
235 | | | | | .
236 ----------------- .
237 """
238
239 setup_game()
240
241
242# ---- Help Screen ---- #

Callers 1

main_screen_selectionFunction · 0.85

Calls 1

setup_gameFunction · 0.85

Tested by

no test coverage detected