Things learned from Game Jam 4
- Instructions need to be given progressively through gameplay/tutorial ; not just solely through instruction screens
- Difficulty needs to be bell curved and available at different levels; my huge mistake was making the game too hard too fast
- Character animation with the png strip rule is a bitch for my artists; I need to come up with a better method of importing artwork into flixel
Things to do before Game Jam 5
- Learn how to implement ads into the flixel library
- Learn how to implement medals into the flixel library
- Learn how to modify the flixel preloader and include my own customizable version
- Learn how to use flash movie clips for character and objects instead of pngs
- Learn how to insert different objects of different sizes into the game based off its two dimensional array data