Scrambling
I’m scrambling to post my frakeworkers in time.
First of all, jovoc’s tweakval which is http://code.google.com/p/ld48jovoc/source/browse/util/tweakval/tweakval.h and nearby.
Second, PlatyGame which is http://apps.platymuus.com/programming/platygame/PlatyGame.zip
Third, the following main.cpp assuming it’s C++. Something else if it’s Flash which I will code from scratch. Excuse the sloppiness.
#include <PlatyGame.h>
#include
using namespace PlatyGame;
using namespace std;
int main(int argc, char *argv[]) {
Screen screen(800, 600, “Game”); // at least I think that’s it
return 0;
}
Comments
demize
29. Aug 2009 · 01:21 UTC
Woah, you had to decide your frameworks/libraries/etc before the compo?