To-do list for version 2
This isn't an announcement, just a note to myself. I wasn't sure I would be revisiting this game, but now I think it would be a good learning experience. I shan't get to it until after judging, since I'm busy enjoying the other entries now! :-)
First, I need a much better grip on inheritance in python and also python containers. The class hierarchy for buildings in the game seems ideal for inheritance, but right now it's a total mess. So I'm going to try to find a good python tutorial. I also want to work on optimizing the cellular automaton. I think it could cause lag on slower computers. I'm also learning things like separating data from code by looking at the other entries. So I'm expecting to completely rewrite the code once.
I also hope for some good anonymous feedback from the judging. As for features I already want to add or change:
- Add the plot twist I didn't have time to put in. This will add some gameplay, specifically related to the warheads.
- Helpful in-game hints for getting started.
- Help screen showing controls.
- Ability to zoom out and see the whole map.
- Rewrite the ending. It's just embarrassing.
- Very simple music and sound effects. I need practice finding good free stuff.
I think I will not add more levels. I'm big on a game not having more levels than its variety of gameplay justifies. What I might possibly do, though, is have an Easy mode (which will pretty much bet what it is now) and a Normal mode (with the additional features).
(log in to comment)Comments
Sugestion: if the player tries to drop a building that will not currently build (due to out of distance), make a beep and dont drop
richard on 2008/04/11 21:41:
I compiled a list of resources for pyweek back at the first one. It's since been moved to the pygame.org wiki.Good luck!