|
@@ -6,7 +6,7 @@
|
|
|
"id": "450f5892-ec18-4250-9759-91c0a071a2f1",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "#My First Interactive Python Game#"
|
|
|
+ "# My First Interactive Python Game"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -15,7 +15,7 @@
|
|
|
"id": "89e3c523-4cfc-4b4c-aab8-098271a6d3c9",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Word Raider##"
|
|
|
+ "## Word Raider"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -43,7 +43,7 @@
|
|
|
"id": "f0df582d-81c7-4c4d-b225-df204c75f637",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Define initial variables##"
|
|
|
+ "### Define initial variables"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -73,7 +73,7 @@
|
|
|
"id": "4524e1bd-c737-4715-a6ff-f4857c2883d3",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Open file for loading in the word bank## "
|
|
|
+ "### Open file for loading in the word bank"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -94,7 +94,7 @@
|
|
|
"id": "c14b75fd-26c8-48d4-ad27-a833bce5e004",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Select the word to guess##"
|
|
|
+ "### Select the word to guess"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -114,7 +114,7 @@
|
|
|
"id": "84abd85d-f8bf-4b3b-aea9-ca104bcdf65f",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Define the remaining game variables##"
|
|
|
+ "### Define the remaining game variables"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -137,7 +137,7 @@
|
|
|
"id": "b34341ce-8ef5-449d-95a9-675ea360f161",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Print the current game state##"
|
|
|
+ "### Print the current game state"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -159,7 +159,7 @@
|
|
|
"id": "2771a668-a06a-4306-8b61-f39a3871f4c1",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "##Build the game loop##"
|
|
|
+ "### Build the game loop"
|
|
|
]
|
|
|
},
|
|
|
{
|