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