New to this but curious, you've got Chips Challenge to run on the Dingoo? I thought that was an old Windows 3.0 game last I remembered it. Then again I'm not quite sure I get what SDK is either but still very curious.
Hey thats neat reminds me of a Linux based version of Fallout, I think you played as like a cyborg Tux kicking ass and chewing bubble gum sort of adventure. That sheds some light on the subject for me thx btw for that. So when you use this Software Development Kit to make a game does he have to start from scratch or is it possible to make use of the original games data to sort of "lead" you more or less to reconstitute it via different software manipulation? I'm thinking a sort of "connect the dots" concept. Enlighten me. ^_^
Yes it's written from scratch. I found a reference on the level file (chips.dat) so I wrote a loader to load the levels from that.I'm using a level editor to change the levels in Chip's Challenge to test different situations and then I try to make my game behave in the same way. By observing bugs from Chip's Challenge (there are quite a few) I can also in some cases get a feeling for about how the implementation of the original was made.Anyway I've found a few new bugs to fix, so it's delayed a few days...