Hi,
I discovered this Game jam couple of days ago… and did not have much time to prepare.
What I did – I skim/read “The Game Jam Survival Guide“! It is a good read! (but too expensive IMHO… )
So… I will not be able to prepare asset library, sound library, or game idea library… I will not even have 48 hours… 
But it is ok! It will only help focus on other fun stuff!
What I do want to prepare well before the start – is my project starting point. I will be using prototype of mvcExpress LIVE.
(Basically it is MVC framework on adrenaline…. it has game loop tools build in, and will have self testing capabilities…)
With it I will put couple of statements under test:
- “Quick code and poor OOP is usually better approach to reach the finish line in game jam.”
- “MVC is not good for games packed with rapid action.”
- “You don’t have much room for test driven development while rush coding…”
mvcExpress LIVE framework is designed to disprove those statements, and of course – the fact that I am an author of framework will help a lot…
I think… good framework actually will save time because structure, linking, and architecture is clear for you, and managed by framework. (and mvcExpress has smallest boilerplate code overhead, compared with other AS3 frameworks.) Ok… MVC is not good for games with game loop… but mvcExpress LIVE is not strict MVC framework and it has solutions for this problem. (I also hope I will manage to add framework level testing features today…)
I will tell you how it will go.
Tags: flash, ld25, mvcExpress