Green 1.0.4 - final submission
I can't believe this, but I actually managed to put together a complete game, with graphics, music and sound effects. There are still some minor scoring bugs, which I discovered at the last minute, but the game is playable nonetheless. If you think it's too easy, you can tweak some parameters inside game.GameParameters class.(log in to comment)
Comments
your Pyweek9 entry is not working on Linux (Ubuntu) - http://pyweek.org/e/latitude4/
guest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0$ python run_game.py
Traceback (most recent call last):
File "run_game.py", line 3, in <module>
from flightgame.scenemanager import run
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/scenemanager.py", line 7, in <module>
import scenes, config, sounds
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/scenes.py", line 7, in <module>
import flyer, world, quest, gui, config
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/world.py", line 238
as = Area.area_size
^
SyntaxError: invalid syntax
guest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0$
guest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0$ python run_game.py
Traceback (most recent call last):
File "run_game.py", line 3, in <module>
from flightgame.scenemanager import run
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/scenemanager.py", line 7, in <module>
import scenes, config, sounds
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/scenes.py", line 7, in <module>
import flyer, world, quest, gui, config
File "/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0/flightgame/world.py", line 238
as = Area.area_size
^
SyntaxError: invalid syntax
guest@p4:/mnt/sda1/trabalhos/pygame/recolhas/pyweek/09/_rascunhos/flight-1.0.0$
kent_turbo on
2009/05/03 13:29:
Since fixing bugs is allowed, I uploaded 1.0.5 with two minor non-critical bugs fixed (music now loops, and fame doesn't decrease when you build the same thing over itself.)