first upload
I've finished the first level of the game. I would appreciate feedback. Also if anyone should look at my code, please feel free to comment and advise.P.S.
Please excuse the amateur pixel art. I'm a programmer (also amateur), not an artist.
(log in to comment)
Comments
Lines 66, 67, and 80: add a '\r' in front of the '\n'
e.g. sublines=lines.split('>>>\r\n') instead of sublines=lines.split('>>>\n')
Apparently you have carriage returns at the end of your map files that messed things up.
After that, the rest of the game worked great, although there was some flickering. The gameplay so far seems bland, but I can see that you have some commented out code for baddies. I hope you get to implement them!
cyhawk on 2012/09/14 23:55:
After the title screen I get:I can't debug it now — I have to sleep :). Good night!