Final submission!
Yay! \o/
We have a final entry with nice graphics, sound effects and music. And it's playble, too. Apart from some bugs, of course.. Zahme played through the whole game for 4 or 5 times to find the worst bugs and I had to spend most of the time fixing them (instead of making nicer music *sigh*). I really hate the code but at least it works ok. Hopefully. And if it runs on all machines (that have Python and Pygame installed) I'd be happy.
Good luck to those teams that are still working on their final submissions. Keep going! We want to play your games.. ;)
(log in to comment)
Comments
Just as a side note - it can be very helpfull to create 2-3 macros which you can use in every level. For example a Pick-up-Macro (Forward Pickup), or Door open macro (Use Forward), or even a 180° Turnaround macro (Turn Right Turn Right Forward). Just be creative! :) A good macro-libary will ease the work you have to do ;o)
Traceback (most recent call last):
File "run_game.py", line 16, in ?
import main
File "/home/jakob/Desktop/pyweek/zk-catbot/0.6/main.py", line 13, in ?
from levels import *
File "/home/jakob/Desktop/pyweek/zk-catbot/0.6/levels.py", line 146
class Level():
^
SyntaxError: invalid syntax
I changed line 146 in levels.py to: "class Level:" and it worked. However the window is a little to big for my screen. A fullscreen mode would be nice in a later release.
Fatal Python error: (pygame parachute) Segmentation Fault This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.Even after making the Level(object) change. Sorry, I know that's not very helpful. Perhaps I'll reinstall python + pygame.
XD It should work ok if you replace
class Level():with
class Level:in the levels.py - I know that Python 2.4 doesn't like these brackets but I guess I just forgot about it while coding. You can press "f" to switch between fullscren and windowed mode, but not on windows.
Yuri on 2008/04/05 21:15:
It´s me again XD I had played your game and I like it ^^ The Levels are easy and difficult and in the first "last level" I thought "hooooly shit, what that?! O.o" I hoped that was a joke, but it wasn´t... Your story idea is great and cute. The music and noises sound good ^^ and the image looks good, too. But in the end... it´s sooo long to creat the moves, that give me a hard time... and yes, I remember the final "last level"´s place ;) Yuri