Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
pneumonoultramicroscopicsilicovolcanoconiosis

Signed-off-by: CyberFlameGO <cyberflameu@gmail.com>
  • Loading branch information
CyberFlameGO committed Apr 14, 2021
1 parent a487574 commit 1ddc065
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
25 changes: 13 additions & 12 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ def game_board_print() -> object:

# prints board layout to introduce the user to the game
print("Welcome to a game of Memory Game!\nThis is what the board looks like!\n\n"
"A * * * *\n"
"B * * * *\n"
"C * * * *\n"
"D * * * *\n"
"\u2588",
1, 2, 3, 4,
" ", 1, 2, 3, 4, "\n"
" \u2588 \u2588 \u2588 \u2588 \u2588 \u2588\n"
"A \u2588 * * * * \u2588 A\n"
"B \u2588 * * * * \u2588 B\n"
"C \u2588 * * * * \u2588 C\n"
"D \u2588 * * * * \u2588 D\n"
" \u2588 \u2588 \u2588 \u2588 \u2588 \u2588\n ", 1, 2, 3, 4,
"\nYou choose a position by its line (row) number and column letter, kinda like in Chess! I hope you enjoy!\n\n")

# loop for the game
Expand Down

0 comments on commit 1ddc065

Please sign in to comment.