Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SillyNickDev authored Aug 9, 2024
1 parent d193d3a commit 8eab2d6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions matulator.py → GameForgeX.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
# Prints a simple ASCII art banner at the beginning of the script.
def print_ascii_art():
ascii_art = r"""
-------------------------------------------------------
| __ __ _ _ _ |
| | \/ | __ _| |_ _ _| | __ _| |_ ___ _ __ |
| | |\/| |/ _` | __| | | | |/ _` | __/ _ \| '__| |
| | | | | (_| | |_| |_| | | (_| | || (_) | | |
| |_| |_|\__,_|\__|\__,_|_|\__,_|\__\___/|_| |
| |
-------------------------------------------------------
-------------------------------------------------------------------
___ ___ __ __
/ _ \__ _ _ __ ___ ___ / __\__ _ __ __ _ ___\ \/ /
/ /_\/ _` | '_ ` _ \ / _ \/ _\/ _ \| '__/ _` |/ _ \\ /
/ /_\\ (_| | | | | | | __/ / | (_) | | | (_| | __// \
\____/\__,_|_| |_| |_|\___\/ \___/|_| \__, |\___/_/\_\
|___/
-------------------------------------------------------------------
"""
print(ascii_art)
Expand Down

0 comments on commit 8eab2d6

Please sign in to comment.