RCRPG/Python: Difference between revisions

→‎Code: fix bug
No edit summary
(→‎Code: fix bug)
Line 179:
 
world = World()
print("Welcome to the dungeon!\nGrab the sledge and make your way to room 1,1,5 for a non-existantexistent prize!")
while True:
print('\n'+world.look())
Line 187:
while tokens:
if tokens[0] in aliases and tokens[0] != aliases[tokens[0]][0]:
tokens[0] = aliases[tokens[0]] + tokens[1:]
continue
Anonymous user