ada 2 years ago
parent 578090bf72
commit 0d358457f8

@ -57,7 +57,7 @@ print(" " *10+"How to play " + random.choice(gamenames))
print("~*"*30)
#Then it loops through instructions
for i in range(random.randrange(1,275)):
print(" " *10+"Rule " + str(i+1) + ": "+ random.choice(verbs) + " " + quantifier (objects) + " with a " + random.choice(tools))
print(" " *10+"Rule " + str(i+1) + ": "+ random.choice(verbs) + " " + quantifier (objects) + " with " + random.choice(tools))
print("""
wWWWw wWWWw

@ -9,8 +9,8 @@ song
casette
speech
gesture
python script
html script
a python script
a html script
card
movie
story

Loading…
Cancel
Save