Skip to content

Commit

Permalink
clear console after initial gamestart
Browse files Browse the repository at this point in the history
  • Loading branch information
xXUnique31Xx committed Jul 2, 2024
1 parent 7f6f8df commit 797348d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def clear_console():
os.system(command)

def print_menu(self):
self.clear_console()
print("""
██████╗██╗ ██╗███████╗███████╗███████╗
██╔════╝██║ ██║██╔════╝██╔════╝██╔════╝
Expand Down

0 comments on commit 797348d

Please sign in to comment.