Download = http://www.midnightfragfest.com/rapt...2DTest.tar.bz2
We'll, I'd written up a nice long post describing this, tried to submit, only to be told I can't link to the actual download of my submission as this is my first post on the forums, and to be taken back to a blank input box with my entire post gone :/
Let's try this again...
(good thing i saved my last post now, i don't think this forum likes me :/)
Tried it a third time, i don't seem to have any way of linking or uploading a file larger than 96kb. I'll include the link in my email for the contest submission and hopefully a moderator can edit this post to add it. In the time being, there's a link to it in my gamedev developer journal if anyone here visits that site, should turn up in a google search for my name.
What this is, is a test game for my 2D game engine, which is written to be able to quickly develop and deploy a game for windows, linux, and the psp, only having to write simple "entity" code then add an entity of that type to a level. (the idea is pretty much taken from the years i spent modding UT2004)
This is a very simple test game created on top of the code i have so far, i created a player class that accepts input, moving platforms, triggers that can turn movers on/off, reveal hidden coins, kill players, etc..., and teleporters. There's no real physics, just simple bounding box collision, it's automatically calculated off of the sprite file you set each entity to use in the level file. Everything is stored in XML, just take a look in the data directories, it should be fairly easy to figure out, and even though i haven't written the editor yet you could make some fairly complex levels using nothing but vim or notepad.
when it's a little bit more complete, the full source code will be released under the GPL for anyone to use/modify.


LinkBack URL
About LinkBacks
Reply With Quote


