Sick and Regrets
Staying up all night has finally gotten me sick =(. What's worse is that I stayed up working on a part of the game that probably isn't even go to make it in.Aside from that the game is getting close to finish. In terms of programming, I could leave everything the way it is and it would be fine. The real question if I can let myself do that. I am really split on whether I will clean up my code or add graphics and sounds. I know that the later is more important for the development of the game, but there is a part of my pride that cringes at how the code is currently laid out. I wonder if any of the other teams have similar feelings towards their games.
As for what I have to still do, I need to make sprites for the hipsters. Some graphics for the buildings and landscape would do wonders. UI elements on the game screen need to be tweaked and colors changed (hard to decide on a color when you are color blind). And finally, the most dreaded part for me, music. If somebody can point me to a good place to nab some music and sounds for my game, I'd greatly appreciate it.
(log in to comment)
Comments
When you guys say a good base-code, what does this usually include? Having never dealt with multiple scenes, I have to say I spent way too much time designing and redesigning components to work and avoid circular imports.
gizmo_thunder on 2010/08/27 10:22:
you might want to try http://www.flashkit.com/ for your music needs..I discovered it during the last pyweek and i haven't had to worry about the musicn/sound effects since.
And as for your problem with how the code is written.. im' sure everybody participating in pyweek goes through the same agony. You have to distance yourself from that feeling and concentrate on getting the game completed. You could always go back and tweak the source code after the contest or after you submit your final version. Just remember that you are not rated based on the looks of your code but what your game does and shows.