Completion!
I have a starting screen and an ending screen. That's enough for me; I'm calling it done! I didn't get to add the last plot bit that I wanted, so there's a useless building in the game (warhead). Oh well.
I guess I'm done "packaging" it, whatever that means. I just renamed my main file to main.py and copied over the run_game.py file. I hope that's good enough. I wound up having to go without sound, and I don't use too many weird features, so I'm hoping it'll work just fine on Windows and Mac, even though I can't test it. (I realized at the last minute that most Mac users can't right-click, so I added a keyboard shortcut just for them.) :-D
This game makes very heavy use of alpha filtering. I imagine it would be unplayable without that feature.... But most systems should support that, right?
You can download it here for now. And just because everyone else is doing it:
(log in to comment)
e81743a636f9d779099033d078587ad2
Comments
claxo on 2008/04/07 05:36:
I like the colors. little bugfix: at line 167 of structure.py change self.buildspeed = 0 to self.buildspeed = 1 #else no building is finished