All my base are belong to you
So i wanted to share my Codebase with you for something involving C/C++.
It is basically the same i used for my warm-up game, with a few tweaks and Box2D added in.
Its nothing fancy, just basic Allegro setup, main loop, keyboard events, shutdown event.
One neat feature is, you render into an Allegro Bitmap, which gets stretched onto the main display. This way, you don’t need to care about display size, the player can simply drag the window to whatever size he likes.
You still have to setup your build environment to include allegro and box2d and link against it, but this shouldn’t be too much of an issue.
So i hope you like it, or rather that it might help somebody building his or her game for the competition! Enjoy
http://dl.dropbox.com/u/16050401/BaseMain.cpp