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

Function main_screen

TEXTVENTURE/game.py:305–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303All the commands are listed here.
304"""
305def main_screen():
306 os.system('clear')
307
308 # Displaying the Title
309 print("\t#############################################\n")
310 print("\t🎮 Welcome to TEXVENTURE ROG 🎮\n")
311 print("\t#############################################\n")
312
313 # Displaying the Main Menu
314 print("\n\t\tMain Menu\n ")
315 print("\t\t[1] Play Game > type 'play'\n")
316 print("\t\t[2] Help > type 'help'\n")
317 print("\t\t[3] Quit > type 'quit'\n")
318 print("\n\t\tMade with ❤️ and 🐍 by RAO.exe\n")
319
320 # Calling the main screen selection function
321 main_screen_selection()
322
323
324# ---- Game Interactions ---- #

Callers 1

game.pyFile · 0.85

Calls 1

main_screen_selectionFunction · 0.85

Tested by

no test coverage detected