Done?
My first attempt at a PyWeek challengeWhy aren't there enough hours in a day? Even when you pull all nighters?
OK The game is all but done, just needs some more levels, Don't think I will have time to make them. It's a hidden feature.. the user get's to make their own levels :)
Did not have time to put in any sound
Was fun, learnt a lot (Specifically about OpenGL shaders and python)
(log in to comment)
mihi on 2011/09/17 20:57:
Traceback (most recent call last):File "run_game.py", line 14, in <module>
src.app = main.MainApp()
File "/tmp/_28/src/main.py", line 71, in __init__
self.scenes.append(Level(0))
File "/tmp/_28/src/level.py", line 872, in __init__
mapstring,colorstring = Levels.LoadMap(level)
File "/tmp/_28/src/level.py", line 840, in LoadMap
return Level.BlankMap(15, 10)
AttributeError: class Level has no attribute 'BlankMap'