I quit
I finally fixed the memory leaks, implemented a decent aim-and shoot system but the “game” is still far from playable. I have no lust to continue left at this point, as it is already 2.00a.m. here. Good luck to you all.
I finally fixed the memory leaks, implemented a decent aim-and shoot system but the “game” is still far from playable. I have no lust to continue left at this point, as it is already 2.00a.m. here. Good luck to you all.
Not that many hours left of the competition now…
Here is a recent screenshot of my little entry, Mr Monocle And His Marvelous Madcap Underground Race:

I got everything I planned implemented. Main menu, highscore, game over screen, items, enemies, a gentleman with a monocle on a penny-farthing, death, explosions, procedural generated music, sound effects.
What I need to do now is to playtest it a lot, fix all bugs I can find, finetune it, balance it, and, with some luck, at least try to redraw the sprites. I have had it on the TODO list since yesterday and I keep pushing it aside… 😛
A surprsigingly-to-implement new feature, which makes the game actually hard to play:
Moving dinosaurs!
They walk along, and jump in a ridiculous fashion, without animation. But it’s late, and I’m tired, and this will probably have to do. Please, please test this and say how well it works so I can make any last-minute adjustments, that’d be swell. 😀
Link: (Windows binary and source) http://atkinssj.nfshost.com/stuff/CaveOfDinos.zip
Tags: screenshot
Only a few hours left now, thought I’d take a quick break to post a screenshot.
I present…

Bat shooting a laser from its eyes.
Besides the eye-laser that bounces off walls, in this shot you can also see the newly-introduced flamethrowers.
I’ve reaaaally gotta make some actual levels, now – I’ve been using the same test one through-out this weekend. I’ve also got to create some critters (which will be shot with eye-lasers).
Alright, back to work!
Wow! At current count, we have a whopping 144 entries! To start voting on entries, go here:
http://www.ludumdare.com/compo/ludum-dare-15/
For the rest of the world, hit this link to see the list of all the entries.
http://www.ludumdare.com/compo/ludum-dare-15/?action=preview
If you made an entry, but for whatever reason weren’t able to submit at the deadline (upload problems, used the old submission method), let us know (via IRC, or respond to this post).
Voting will last for 2 weeks.
Remember, this time you’re being rated on how many entries you voted for. Users that play and rate 25%+ of the entries will see a bronze icon beside their name, 50%+ a silver, and 75%+ a gold. There will be a final list showing the best voters, along with the rest of the results.
Hurry up and get your Windows ports in! The longer you wait, the less time people have to play and vote for your entries. For more details on porting, see this post.
Also, some people need help porting their Python+PyGame games to Windows+Py2EXE. If you can help out, see the comments here. If you need a place to upload the ports, ask a moderator in IRC for the FTP info.
Be sure to tag your posts with the tag timelapse. It’ll make it easier for others to find your videos, and for me to collect them all.
If you have any suggestions regarding the compo (things to change, little things to make things nicer, etc), post them in the comments here:
http://www.ludumdare.com/compo/2009/08/30/suggestion-post/
Thanks everyone for coming out and making Ludum Dare 15 our biggest and best compo yet! Now go vote!
- Mike Kasprzak (PoV)
0This entry was posted on Sunday, August 30th, 2009 at 9:14 pm and is filed under LD #15 - Caverns - 2009. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Then I tried it with 2000 unit’s 1000 a side and it kind of went a bit slow, turn based strategy anyone! ;o)
But did uncover the fact the the unit’s are extremely dense, but then I made them!
Anyway need to add a carrier or three and some LC’s to ferry them to the beach!
3:26.10 – hmm might need lots more coffee!
Tags: timelapse
This entry was posted on Sunday, August 30th, 2009 at 9:38 pm and is filed under LD #15 - Caverns - 2009. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
I had a major breakthrough when I figured out why my monsters were walking through walls, other monsters and the player. I had an errant semicolon at the end of an if statement and though the logic was correctly false, the functions were still executing. After removing that, things are looking much brighter.
But not that much brighter. I still have a few more things to do before this passes as a game, and I still need to create other levels. I suppose the other levels aren’t mandatory, as I can show a decent amount in just one level if I do it right.
Current item on the agenda is whips. I’m trying to get them to affect their environment, and once that is done, I can move on to something else, most likely keys and doors.
No screenshot as it looks much like it did before.
Tags: ld48_15, running out of time
Claustrophobia is actually a complete game.
You are trapped in a cave with no exits, there are immortal creatures surrounding you who wish to eat your flesh. You may choose to survive a little longer, by fending them off with your flaming torch, but you’re only prolonging the inevitable.
I find it quite scary.

I have it all finished to a degree I’m comfortable with, the only problem is creating an executable – it would probably take a good while to package, as I’d have to remove a lot of stuff from the graphics and sound code (which load in assets from Soundless Mountain – breaking the rules of the compo. even though they’re not used – it’s always fiddly and takes a few false starts – and it’s already past my bedtime!)
So, sorry to disappoint those who were interested. I’ll try and post the finished thing on my blog in a few days. Need to sleep now!
I love the art.sorry, i’ve nothing worth showing this time..
some unexpected events yesterday took me a lot of time,
and today i also hadn’t enough concentration to code and rethink all the needed stuff.
next time maybe…
…

I’ve uploaded screenshots, videos to youtube and the final executable. If someone wants to host it I’ll be happy to remove rapidshare. I don’t know how stable rapidshare is, but I’m guessing it will stop after 50 or so downloads, even if I signed up with them… anyways here is the last of my foodphotos:



I’l be going through the timelapse videos tomorrow, cleaning it up and removing the parts where I cheat
If anyone knows a good premiere-like video-editing freeware for windows xp, I would be a happy if you told me 
Now it’s time to sleep. it’s 2.03 (am) local time, and I gotta be at work at 8. This monday (today that is) is going to be fun!
Tags: foodphoto
Oh man, took way too long!
So much went wrong… LOL, the caverns part had to be cut out to finish the game because it was taking too long to do the collision dectection and path ai.
Wrote some scrolling text routines that completely disappeared for some reason.
Overall though loved the experience. I think this is my most interesting entry ever.
Processing worked great. I really love how sturdy and well built the language and environment is. Reminded me of the quality of C# and visual studio.
Couldn’t get any decent sounds so left it out. Also, borrowed some code from a demo for flocking. It would have too me the whole 48 hours just to do that one part. Don’t feel too bad. Basically I started with nothing but the language otherwise.
Will add a domain with the game applet online later. I uploaded three version, one for each windows, mac and linux, all together in one compressed file. Java is required of course. Let me know how they work for you. Oh well, going in the pool now! Too much stress!!
Here is the final download file (in RAR format):
http://www.divshare.com/download/8333124-2e7
Here’s a final screenshot:

Spent most of the day modeling and animating, and still only using my mock level. Less than 3 hours left!

)Edit: I forgot to upload the source code. –> Get the source code here <–
I’ve done as much of Cavern Copter as I’m going to do. It’s now after 1am and I’m contemplating opening that bottle of Battle of Britain Ale that I promised myself before turning in for the night. Thankfully it’s a public holiday tomorrow, as I’m knackered.
There are still things that I would like to have accomplished:
Here are the download links:

The helicopter speeds towards the first of many stranded scientists.
Congratulations to those who submitted something and better luck next time to those who didn’t.
Tags: screenshot
Well, it’s done! I’ve submitted. I started feeling time pressure a few hours ago, and I think I caught all the fatal errors anyways. There are certainly still some issues with the display, and the AI. (It’s quite presumptious to call it AI– there’s three scripted behaviors. One of them is ‘ask the random number generator where I should move’. You can play with the game to figure out the others or wait for a postmortem. 
Of the things in my last post, the only thing I don’t think I really handled was a help system.. there are instructions, and slightly better instructions in the submission entry. A lot of the last minute stuff was a kludge though. This is my code in my Main class for handling a reset or restart:
case 8:
if (this.contains(GameOverScreen)) this.removeChild(GameOverScreen);
if (this.contains(CGame)) this.removeChild(CGame);
CGame = new CavernGame();
GameState = 5;
break;
Obviously that’s not an acceptable way to restart– CGame is a HUGE object by the time the game ends and restarting hangs my flash player for about 20 seconds. (I don’t have a profiler, but Windows Task Manager shows a 30Mb jump in flash players memory usage when that section of code is called) However– it does work. And it would take me more than the two hours and change left to find all the variables that need to be reset in CGame. I’m also tired, and I’m at the point where I’m afraid I might break something trying to add polish.
I’m looking forward to seeing everyone elses work, but I’m going to get some rest first. I’ll leave you with a couple screen shots:



-TF
This was a fun experience. Tiring, but fun. I originally entered to warm up for Pyweek, but I found it very fun, and will certainly enter in the next one. (And probably some Mini-LDs :-D)
That said, I dreamed too big, and wasted alot of time.
I stuck with something I knew I could do for my core mechanics, however. In the end, I didn’t have time to put in terrain optimizations (Well, okay, I didn’t have the willpower), and my random world generator became to troublesome for the time-frame.
I’ve discovered a love for both C++ and top-down shooters this weekend, however. I certainly enjoy working with both, and will continue to do so.
Overall, it’s a game. It’s kinda fun, and has something of a challenge to it.
It’s not what I planned, but I’m happy with it. 
What Went Right:
What Went Wrong:
I’m happy, though. I made a game in 48 hours. In C++. And straight SDL.
This has been the most fun I’ve had in some time! I look forward to the next one! 😀
Here’s to having a good time, even when we don’t succeed.
—Mr. Dude
I was unfortunately unable to balance the game play as much as I would have liked. A few design choices earlier made doing it now a bit cumbersome. If only I had a few more hours..
I will be making the source available in the next couple of days along with a potential linux setup.
For now you can get it from the the entries page here.
I need to learn how to draw one of these days.
Play Online: http://realnoyb.googlepages.com/cave.html
Finally done with my first Flash game (for certain definitions of done). I’m absolutely enamored of Flixel, especially coming from the oft-quirky Multimedia Fusion.
This game is a fairly straightforward sidescrolling shoot-em-up, with a greater focus on dodging than shooting. Collect gems. Ants fire blindly. Bats charge down the center if you wake them up by shooting. Shoot down stalactites to crush enemies beneath for bonus points. Falling stalactites shake the cavern when they land, and might cause unwanted collapses. The enemies get faster, stronger, and more numerous as the game progresses.
Controls: Arrow keys move. X shoots.
Tools: FlashDevelop, Flixel API, GraphicsGale, Modplug Tracker, sfxr, Audacity
Tags: flash, LD #15 - Caverns - 2009
It’s been done for a few hours now, but I needed to sleep.
Page is HERE for your enjoyment.
Have fun ^^
-Devlin

Tags: caverns, final, LD #15 - Caverns - 2009, screenshot, Windows