Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions game.html
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
h1{
text-align:center;
font-family:'Baloo Da', cursive; ;
}

h3{
text-align:center;
font-family:'Baloo Da', cursive;
}

body{
background:#27AEE3;
}

img{
margin-left:50%;
margin-right:50%;
}
4 changes: 2 additions & 2 deletions game.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
guesses = ''

#determine the number of turns
turns = 10
turns = 11

# Create a while loop

Expand All @@ -44,7 +44,7 @@
else:

# if not found, print a dash
print ("_"),
print ("not in word :("),

# and increase the failed counter with one
failed += 1
Expand Down