Tonight a social obligation cut into precious coding time. This did involve dinner at an Indian restaurant though.
Tags: foodphoto
Tonight a social obligation cut into precious coding time. This did involve dinner at an Indian restaurant though.
Tags: foodphoto
Windows binary: http://disruption.ca/dl/dots/erik-ld48_11-dots-Win32.zip
Python source: http://disruption.ca/dl/dots/dotsSrc.zip
Tags: final
In the min-LD3 theme description, one of the suggestions was to write an article. I decided to spend my 48 hours figuring out how to use free tools to build flash applications. I didn’t actually get the article written over the weekend. But now, two weeks later, I finally finished it. Here is the link if you are interested:
Tags: flash
Be amazed by the glory of placeholder art!

Of course I’ve had placeholder art become final art too many times in the past. Lets hope not this time.
I’ve spent a lot of time today fighting with buggy path finding. The code is supposed to find the shortest path from any road tile to the city. It’s mostly working, but it occasionally produces incorrect results when there are loops in the graph. Frustrating. I haven’t implemented any game play yet because I’ve been trying to get this right. In the future I think I will need to take a more planned approach to this sort of thing, and work out my algorithm in advance instead of just hacking together the first idea that comes to mind. Either that or modify my game play idea so it doesn’t require any path finding more advanced than a flood fill.
Dinner this evening involved hors d’oeuvres at a Christmas party. There always seems to be something else going on during LD48 weekends.
Taking a picture of my food in the middle of a crowded room in a formal setting was a bit weird.
Tags: foodphoto, screenshot
In the end I did get my pathfinding working to the point that I was happy with it. However I spent so much time on debugging that I had to simplify my game play significantly. Painfully, the game play that is included barely requires any pathfinding at all. Another downside to so much time wasted bug hunting is that I didn’t take the time to improve the graphics.
On the plus side, I got a few levels made, and I think you can call this a fairly complete game.
Follow the link to play online:
http://disruption.ca/roads/roads.html
Click here to download the source and .SWF:
http://disruption.ca/roads/roads.tgz
Tags: final, screenshot

My Significant Other was disappointed to discover that the fancy salad she made me for lunch on the Sunday of the competition didn’t make it into my food journal because even though I took the photo, I was too busy implementing last minute game play to write the post.
So, here it is. Pears soaked in craberry juice, roasted almonds and brie cheese with mixed greens. Very tasty.
Tags: foodphoto
I’ve participated in a lot of LD48s, but I’ve never posted a workspace photo.
I really should learn to make music with that keyboard. It’s probably time to get rid of the g3 imac as well.
Tags: desk
do you have kids or just a kid at heart?
I have a very simple tile system in place. I thought I would have simple gameplay by this point, but I’ve run into a problem where my recursive flood fill is blowing the as3 stack. I’m too tired to figure out what I’m doing wrong, so I think I’m going to call it a night and look at it with fresh eyes tomorrow.
I had mixed motivation levels today. I did manage to get things to a playable point. I should have gotten more done though.
Lack of motivation at the half way point means that I never did get around to art. Also, the lack of playtesting makes me nervous.
But I think I have a pretty neat game.
Click here to play The Growth online.
Edit: If you can’t see the text (flash under linux?) please try this build with embedded fonts.
Normally I make an effort at including at least a couple of journal entries, but I didn’t write anything at all this time. By about hour 30 an entry was looking very unlikely, so I didn’t bother.
Inspiration struck in the last 10 hours though. I made a puzzle game with crude graphics, little polish, but a reasonable number of levels.
Play it here if you are interested:
http://disruption.ca/cave/cave.html
I’ve got a couple more level ideas, and some tweaks in mind. I’ll probably upload a post-compo version in a few days. Happy rating everyone.
Here is a post-compo, not for judging build of my game. 3 additional levels, improved player movement and various minor tweaks.
The graphics are still very primitive, but I think the new levels are interesting.
I’ve been working on my game, and it’s come a long way. It now looks better, the character moves faster, and there are 5 levels that were not in the competition version. I think the new levels present some interesting puzzles.

I still need to work on making the wall collision less sticky. Also, I’d like to animate my character and explosion sprites.

The November MiniLD will be happening on the weekend of the 26th. I’m announcing the rules now so that you have some time to think about what you would like to do.
The concept is Unfinished Business.
On the 26th, write a journal entry about a game that you created in the past, preferably a previous LD48 entry. In the journal entry link to a build of the game in it’s current state, talk about where the game is at, and where you would like it to be.
Then, over the weekend do as much as you can to improve on your old game. Submit your improved game after 48 hours, and be sure to link back to your opening journal entry in your submission.
The regular LD48 restrictions are relaxed for this MiniLD. Do whatever you can to make your game as awesome as possible, as long as you still have the legal right to redistribute the game. (no copyright infringement allowed)
http://www.ludumdare.com/compo/minild-22/
To view all submissions:

This weekend I’m going to revisit my LD13 entry.
The game received reasonably high ratings in the judging, which surprised me. I felt the game was very unfinished, but the feedback was quite positive.
The game is playable here:
http://disruption.ca/roads/roads.html
The LD13 details are here:
http://www.ludumdare.com/compo/?category_name=ld13&author_name=erik
Based on the feedback, I plan to work on the following things this weekend: