-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I opened the teleport and I got an IndexError: list index out of range. Here's what I got:
Traceback (most recent call last):
File "rogue.py", line 192, in
curses.wrapper(main)
File "C:\Python34\lib\curses__init__.py", line 94, in wrapper
return func(stdscr, _args, *_kwds)
File "rogue.py", line 187, in main
game.run()
File "rogue.py", line 175, in run
action = self.action()
File "rogue.py", line 127, in action
return actions.Move(self.player, self.map.tiles[y+randint(1,20)][x+randint(1,70)])
IndexError: list index out of range
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels