Skip to content

Instantly share code, notes, and snippets.

@hotcoffeehero
Last active December 10, 2020 08:12
Show Gist options
  • Save hotcoffeehero/df1a59d39093480acc9d67e7c7f51b0f to your computer and use it in GitHub Desktop.
Save hotcoffeehero/df1a59d39093480acc9d67e7c7f51b0f to your computer and use it in GitHub Desktop.
hangman stages
stages = ['''
+---+
| |
O |
/|\ |
/ \ |
|
=========
''', '''
+---+
| |
O |
/|\ |
/ |
|
=========
''', '''
+---+
| |
O |
/|\ |
|
|
=========
''', '''
+---+
| |
O |
/| |
|
|
=========''', '''
+---+
| |
O |
| |
|
|
=========
''', '''
+---+
| |
O |
|
|
|
=========
''', '''
+---+
| |
|
|
|
|
=========
''']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment