85 rated – MUST PLAYS

un-Equipped
un-Equipped by wojworks – gorgeous pixel art and satisfying combat

Match Girl by DDRKirby – perfect difficulty curve

Happiness by Fenmar – creepy and rewarding
Babelita by Kuupu – JUST PLAY IT!
Thanks!!!

un-Equipped
un-Equipped by wojworks – gorgeous pixel art and satisfying combat

Match Girl by DDRKirby – perfect difficulty curve

Happiness by Fenmar – creepy and rewarding
Babelita by Kuupu – JUST PLAY IT!
Thanks!!!
If you haven’t played it yet, go check it out here. Then come back and give this a read.
I originally told myself I wasn’t going to participate in December’s Ludum Dare. I ended up getting sick from lack of sleep during the last one and it made for a pretty miserable next few days at work. However when Friday rolled around and I saw everyone talking about Ludum Dare again, I said screw it and decided to participate again. I had plans with friends on Sunday so I decided to take it easy and only work on Friday and Saturday.
The Idea
After getting home from work, I spent a good amount of time thinking of different ways to utilize the theme. I try to throw out all the obvious ideas that come to mind. I don’t want to make the same game as someone else, although that’s become a daunting task with 2000+ entries. With the holidays approaching, I settled on the idea of Christmas presents.
What Went Right
What Went Wrong
What Went …Okay
Overall
I’m pretty happy with how the game turned out. Yes, it could have been better, but for the time spent on it I’m happy with the results. Ludum Dare is always a lot of fun to participate in and I’m glad I completed another jam!
Thanks for reading and *cough* don’t forget to comment and rate!
Tags: postmortem
Hi there!
this was my first LD and I have to say I’m pretty happy with the result so I thought I could do a little post-mortem (and tell everyone how to kill the final boss because many people seems to have troubles with that!).
The game:
In the game the player controls his ship which can only move around of a little planet, and there some other ships (and some other dangers) that want to kill you so you have to kill ’em all.
The only problem is that you only got one single bullet to survive, so you have to go and pick it up every time you shoot.
Play here! (http://www.ludumdare.com/compo/ludum-dare-28/?action=preview&uid=29092)

The early hours:
The idea of having one bullet was actually one of the first that came to mind when I read the theme, so my first idea was to make something like r-type but with one bullet.
But in r-type when you shoot your bullet goes to the infinity and beyond so there’s no way you can catch it again… so I thought, just put some walls so the bullet can bounce around and you can pick it up easily or make it like asteroids where the bullet just appears on the other side if you lose it.
That sounded fine, but I assumed many people would have had the exact same idea (and I checked the IRC and some early posts and I saw at least a couple of people doing something similar) so I wanted to give it a twist somehow.
Then I thought on the spherical movement, it’s something I had tried a couple of times before and didn’t really worked out so maybe it was time to make a spherical movement that was actually playable.
What went right:
– The spherical movement! yay, it worked quite well and the camera follows your ship while rotating in a pretty nice way. It’s interesting to say that nothing is actually “moving”, with that I mean that all in-game objects are positioned in the center of the planet and they only rotate, simulating the movement around the planet (that would have brought problems if I wanted to move to another planet, but I didn’t need that for this little game).
– The camera shake: it’s amazing how good it looks for 2 lines of code (it’s just a sine weighted with a countdown timer).
– The final boss: I’m pretty happy with the animations and the mechanics of it, didn’t have much time so the model is empty inside lol, but no one will notice.
– The one-bullet mechanic: I had to add some code to attract it at a certain distance (since it was too hard to catch some times) but at the end I think it’s pretty fun 
What didn’t go so right:
– The enemy AI: I had some serious trouble with the AI, I just wanted a really simple AI that shoots to the player, but I found that I didn’t know where anything was, I had no coordinates! everything was just rotating in their local space and translating that to world coordinates was pretty hard in euler angles. So I did some awful stuff to make this translations to quaternions, which kinda works, but it’s completely wrong and inefficient.
– The final boss: I thought it was good, but that was before seeing how hard it is for some people to beat, I thought everyone knew that worms’ weak point was the mouth, especially when they are firing lazors… Also I didn’t have time for any feedback animation when you hit it, yep -_-
Happy Christmas everyone!
I’ve only done two LD’s so far, and I was happy the most with this one. I’m sure there were improvements I could have made, but I accomplished my goal with it, and that’s really what I was aiming for.
Some notable things about the process:
On another note, anyone who knows me knows that I love to watch play through and reaction videos for my games. If anyone has done one for Wraith (or knows of one that someone else has done), please let me know!
Well, this was my first Ludum Dare, my first game here and here’s my first post-mortem.
I didn’t start early. I saw the theme and went to bed, then let it boil for half a day after I woke up. Had a few ideas in my head, wrote a couple of them down and in the end I decided on an asteroids-based puzzle game where you only have one shot to destroy all the asteroids. Puzzles are designed with screen wrapping in mind and require you to think differently about your environment. Since I was set to hold an introductory game development class a week after Ludum Dare, I decided to try out Scirra’s Construct.
What went wrong(ish)
Altogether, I really enjoyed doing this and am very satisfied with how my game turned out. And if you still haven’t played it, please try it here 
Tags: 2D, compo, LD28, postmortem, puzzle game
For LD 28 I didn’t use any base code, mainly because I didn’t know what is considered “base code”.
So I thought I should get myself informed for the next one! 😀
I use Unity, and I was wondering what exactly is considered “base code”.
If I created a first person player controller script, or a 2D platform player controller script, are these considered base code?
Thanks in advance. 😀
Happy Christmas Ludum Dare!

Hey there! Adhesion from team RADMARS here with our tri-annual Ludum Dare battle report. This time we did a fast-paced music-based melt-face cube-smashing WebGL game called VELOCITRON which you can play here: http://www.ludumdare.com/compo/ludum-dare-28/?action=preview&uid=18627
First up we got a timelapse and the long-awaited soundtrack to VELOCITRON:
http://adhesion.mu/sic/Adhesion-VELOCITRON.mp3
First postmortem we got is Brendo‘s:
My role this time around was a bit subdued compared to past Ludum Dares, but I’m really happy with the team’s results! Our brainstorming process on Friday night was very fun and productive. I think our idea of a demolition tunnel flyer was a good balance of theme, scope, familiarity, and novelty. Being that the game is mostly procedurally generated, I didn’t have much to contribute in terms of level design, so instead I focused on 3D models. Problem was, I haven’t modeled in years, and Blender as a tool was mostly foreign to me. It was a good experience learning the program, but that ate up a lot of my time. Hopefully in the future I’ll have that tool more readily under my belt! Often, being in the primary game design role means I’m bombarding the programmers with ideas they may or may not be able to implement. Kudos to Roushey and Eugene for taking the right balance between implementing new ideas and polishing the ones that are already there. The amount of progress made on Monday while I was away was astounding! And of course, no Radmars game would be complete without Adhesion’s incredible skills on the music and sounds. He got to spend pretty much the entire time focusing on audio, and it really shows with the well-designed transitions and channel layering. Nice show all around!
Now Adhesion‘s:
This Ludum Dare went pretty amazingly well in my opinion. We managed to land on our main idea pretty early on in our Friday night brainstorming, and even came up with a title, which is usually an insane scramble for us the day before we submit! Before the competition we were pretty dead set on doing another three.js-based 3D game and luckily we were able to figure out our basic gameplay which wouldn’t be too crazy to implement on the dev side of things.Also since we decided to do another very audio-centric game again, I had the opportunity to almost exclusively focus on the music & sound design like I did with Tessitron (LD26) which was great. Doing all the music and sound design as well as a bunch of dev feature work like I have for most LDs is certainly doable but a big challenge, and the room to breathe in that department this time around certainly helped. I had a lot of fun making the music, going for something more fast-paced and pounding which I don’t do too often, plus I had the opportunity to use my new guitar and some fancy unreleased software I’m working on at work which was awesome!
This was also my first time trying out the web audio API (via howler.js), which we deemed safe since the newest Firefox finally has support for it. This was really interesting and eye-opening, but I ended up pulling some of the web audio-based functionality (the ability to seamlessly change positions in the song) since it crippled loading times and memory use, and thankfully I was able to figure out a workaround (playing all songs simultaneously and fading them in and out) to get the seamless transition behavior that I wanted. 3D positional audio and the janky beat detection both kinda work though! A bit frustrating, but I’m really looking forward to doing more experiments with web audio. The idea of doing great rhythm/music-based games in the browser is really inspiring.As awesome as the game is this feels like the one with the hugest potential and room for improvement. I was a bit frustrated that we collectively didn’t have as much dev/gameplay iteration time as we would’ve liked, since there was definitely some room for small extra gameplay mechanics (like speed boosts!) that could’ve really improved the game. Also I know there’s way more we can do visually with three.js/webgl (like shaders!) that we unfortunately never have time for. I had some fun (ie: misery) trying to cram in some beat-based visual effects right before submission to no avail 
Regardless of any issues this is definitely one of the best games we’ve ever made, and I’m super proud of it. Go team RADMARS!
Now emarcotte‘s:This ld I was more productive. There was enough sort of easy stuff for me to do when others weren’t there. Plus mike was around and coding a ton so we had some decent back and forth
Things that worked: threejs is fun, made more time to work this round than last, had good brainstorm that got an idea quickly.
Things we could improve: more rigor to imple for core components. More full group play test time (and earlier).
The thing that killed me the most was trying to fix the way we had implemented the tube so various things could interact with it better. You may notice deep turns don’t work so hot… Also I don’t think we could do a spiral… Basically we found a hack that looked really good to start and it was hard to fix later without making it look less awesome
And last but not least the mighty SPACEMARS:
Ha! another one down~ Overall I’m really happy with how velocitron turned out. As usual Sound design puts the team on its back. The movement of the player feels really tight. I feel like this was the most fun gameplay wise that we’ve made, but also the most lacking in visuals. There was a lot more we had planned for the last room smash crash action, but time is indeed a thing. The holiday season is tough time to fit in a game jam~ I always love to dig in and do some coding as opposed to art. This one was a bit trickier to manage as emarcotte and I were working on some of the same files fairly frequently. ha! some fun in the sun git conflicts.
That’s it! As always we love feedback so please let us know what you think of our musical opus VELOCITRON. See you next LD!
Tags: postmortem, timelapse, webgl
Merry Paigemas everybody! *nom nom*
You can play #CROSSBORE here:
http://www.ludumdare.com/compo/ludum-dare-28/?action=preview&uid=29702
Hey Guys!
How are you?
I’m fine and do you know why?
BECAUSE IT’S CHRISTMAS!!!
Yeah!
You have received gifts?
I currently do not, but I do not care! Me and my family are fine, so everything is fine by me!
What has been given to you? 😀
In any case, if you want to give me a gift, try and evaluate my game.
It is not much, but I hope shortly to publish a post-jam version.
Thank you all again and best wishes!
I didn’t really set out to make a holiday game. But somehow when I got into it, with the music and mood I chose. It just made sense to wrap up the story that way.
More in the post mortem later but for now. . .
Make it to the end of the game for a surprise.
Merry Christmas everyone!
D
I kinda feel that a Ludum Dare isn’t completed until a final post about the game you created, so I wanted to take this opportunity to do this postmortem stuff at least once, (since I didn’t use IRC chat or anything else social-related while participating in the compo)
Idea:
2D fighting game, limited to one single attack, the Hadoken! (Or as someone in the comments mentioned: “Beerdouken!”, which would probably fit better)
As an Input of the “special Move” a combination of letters need to be typed in, which get more complicated over time.
Goal:
My first goal was finishing a game within the time. I find it very frustrating to not reach your goals until the deadline (at least the minimum implemented) so I tried to cut the mechanics down as much as possible, using only one screen and creating a fast paced game.
Don’t really know how I got to the idea using beer bottles as fireballs… Probably because I was listening to The Misfits at this point and connected the whole background of the game to a punk-ish concert feeling, which fitted the goal of being “fast paced” quite good.
Cool:
Finished the game at a playable state. Thats it. No really, everything else had 1000 problems and I spend to much time on bullshit.
Shit:
– ideas come and go, but an idea worth spending the whole weekend on (with the boundaries of a given topic) is one of the hardest parts in my opinion. Spend half of the first day on it – and that sucks :/
– No difficulty settings. The word or the speed of there opponents fireballs (err… beer bottles) are handled by random numbers, which are always the same. bummer. That makes it pretty much impossible for not so fast keyboard cowboys to play.
This leads to the fact, that the game is not balanced at all or the mechanics aren’t further explored.
– Not enough sound. Especially the lack of sound effects or a visual feedback when making mistakes at typing results in confusion of the player.
– A link to an external library .txt file for the words used for input. Instead there is an hardcoded array of 20 words. Disgusting, I know.
– More content / levels / opponents . Ha, thats a good one. I spend the whole night from saturday to sunday creating one sprite sheet for a single character. Took me ages to get the Misfits skull on the shirt right:
Lesson learned: don’t do things you never did before, when having a deadline this close. And yes the role model was the original SFII Ken sprite sheet 😉
– Massive problems with implementing the (very simple) game logic. Messed up some really easy to solve coding problems (not even coding : c# within unity). With less sleep comes less concentration. This consumed the most part of the valuable time. Phew.
– Guess the list could go on, but the more I write here, the more the game looks like a piece of #*§$% 😀
If you still are interested to play, here ya go.
The good thing: In less than a minute you saw everything there is 😉 But still, I wanted it like that. So in a very strange way – did I succeed? With a lot of flaws and bugs, yes. To be honest, that feels pretty good. And even if I see the other high polished, unbelievable detailed results of people, which are so much better than my buggy entry, it’s still pretty cool to get something done within the time.
And thats all about it right 😉 ?
Wish you all happy holidays, lets see what you come up with at LD29 – See you in 4 months!
.d
PS: By the way, anyone knows why my some uploaded gifs doesn’t seem to play properly? Known wordpress problem or anything?
Merry Christmas to those who celebrate it! To everyone else, happy Wednesday!
I made a Christmas-type game so I thought you might have fun playing it while the mood is right.

Click to play!
A small post-mortem: I had a ton of fun making this game. It was a little difficult since it was finals weekend but I still managed to finish on time :). I didn’t have time to add much of a story or music or sound effects but I’m proud of the pixel art and the code is pretty good. I also liked working in a really low-resolution. It makes everything just a tiny bit harder and forces you to think about very small details. I might write another post on some specific things I’m proud of code-wise like the randomly-generated bullies.
tl;dr Yes the game is short and silent but I actually worked pretty hard on it.
Have fun!
We managed to port a “sort-of” working version of the our ld28 game, one-sec, onto mobile devices (android), and decided to get a friend to play it, just for kicks. After a couple day she presented us the following image:

Impossibly High Score
It seems she has managed to attain highest rank possible, something we thought was entirely impossible to achieve (and had just inserted the rank in as a joke).
I’ve got to do a big, big restructure of my site, which is going to break a lot of old links.
Would like to un-break as many as possible, so I’m wondering if it’s possible to edit old LD entries to modify the link they point to.
Thanks in advance :^)
I got back to the 48h competition and this time I had the courage to participate using Unity3D for the first time, all my previous entries were done in Flash/AS3. The idea for the theme came from mixing the fact that there is only one mother and an egg-and-spoon race. At the end you carry your child on the mouth and at the same time you can kill enemies throwing it, but after that it becomes vulnerable. I didn’t like the idea of using human like characters and I decided to use some cute japanese like characters.
I lack 3d modelling skills and 2d gives me more freedom, at least in the art oprions. I decided to use Unity this time mainly due to the release of the 2D Tools. And they are very good indeed, importing and using sprites is very easy, also adding animations is pretty straightforward. I’m not surprised so many Ludum Dare entries are done in Unity these days.

This comes too from the fact that Unity is a 3D engine, adding the third dimension gives the game a modern look and you don’t need to program parallax scrolls anymore. Special mention for the 3D tress, they make the oeverall quality go up :).
For some people the game is too easy but others have some trouble with the water zone. A checkpoint in the middle of the stage put things easier.
He’s cute and needs protection, cries when his mother is not with him…well…it’s a lot better than a rock or any other kind of weapon.
Unity allows you to get something working very fast but you don’t have full control of the game and there are times when you are stuck trying to fix something or make something work the way you intend.
This was one these occasions where I couldn’t get Unity to work the way I wanted, fixing one thing broke the other and so. At he end you don’t move along with the moving platform, but it was the least bad option.
Company dinner, family lunch, electricity cuts in the first world… a lot of circumstances that left me with half the time to develop my entry. I’m very happy with it nevertheless.
I was going to do one of these on, well, the 17th; then someone told me in private chat that my game was evidence that I was a great engineer (could pull off technical feats easily) but a horrible game designer (don’t know what non-Engineer types would find fun or how ever to make a game accessible to plain ‘gamers’). And that bothered me enough to make me think about things for days; which caused me to put this off for days; more about that in Part II. This is about -only- the first 48 and what I learned from myself.
Things that went well:
Overall I feel this work it’s a testament to my technical ability and coding speed.
Things I Learned during the time or reviewing the video:
Overall, I can say on the technical side, I am pretty solid, though I like to spend too much time on a single artpiece to get the project done. Furthermore, socialization is important to me, but so is the ability to self-isolate so that I can work without interruption.
Things I need to work on for future Ludum Dares and for other projects:
Overall, I spent too much time on a single piece of art; not enough planning ahead or on level design and I only worked as well as I did because using this as an excuse to isolate myself from the world worked well. I can’t work that solid in a many other environments, (too many distractions).
From least to greatest:
You can play One Shot Showdown (the game I made) here.
Many of you suggested in your comments that my game The One Fork Restaurant would be nice to play on a touchscreen – so I’ve just released an Android version of the game!

You can now swap the fork in touchscreen!
The game is a self-signed APK, so you’ll need to allow “untrusted sources” on your terminal to install it. Also, it’s my first ever Android game, so any feedback is welcome! You can download the apk file directly from the game page. And if you’re seeking for challenge, the current game record is 1360 points!
P.S.: for those of you who enjoyed the game, I’ve also written a in-depth post mortem.