Transcriptase / Game

A simple text adventure to help me learn Python
71 stars 53 forks source link

Empty line. #4

Closed s4pun1s7 closed 6 years ago

s4pun1s7 commented 7 years ago

Whenever you press enter on the term/cmd without writing anything else you get an error: Traceback (most recent call last): File "main.py", line 23, in <module> main_engine.parse(action) File "C:\Users\NetComp\Desktop\python\Game-master\Game\engine.py", line 94, in parse self.first_word = self.split_command[0] IndexError: list index out of range