print("\n"+""*10+"How to play "+random.choice(gamenames)+"\n")
print(random.choice(introductions))
print("\n"+"~*"*60+"\n")
dotprint("~*"*60)
dotprint("\n"+""*10+"How to play "+random.choice(gamenames)+"\n")
dotprint(random.choice(introductions))
dotprint("\n"+"~*"*60+"\n")
#Then it loops through instructions
foriinrange(random.randrange(5,10)):
print("Action "+str(random.randrange(100,1000))+": "+random.choice(verbs)+""+quantifier(objects)+" with "+random.choice(tools)+" from the "+random.choice(themes)+" section to "+random.choice(spaces))
dotprint("Action "+str(random.randrange(100,1000))+": "+random.choice(verbs)+""+quantifier(objects)+" with "+random.choice(tools)+" from the "+random.choice(themes)+" section to "+random.choice(spaces))
#f"{a:02}"
print("\n"+"~*"*60+"\n")
print("After you finish playing the game, please proceed to the pen plotter station to contribute in the collective writing process. (and answer the question How do we library that? or somethin specific) \n")
print("""
dotprint("\n"+"~*"*60+"\n")
dotprint("After you finish playing the game, please proceed to the pen plotter station to contribute in the collective writing process. (and answer the question How do we library that? or somethin specific) \n")