Postmortem: Ludum Dare 40

Postmortem: Ludum Dare 40

Check out my game on ldjam.com!

Recently, I participated in Ludum Dare 49, a global game jam in which thousands of participants come together to pair up or fly solo to create a game from scratch. There are two different modes you can decide from: the compo (48 hours, solo) or the jam (72 hours, solo/team). For LD 40, I ended up working by myself mostly.

Weeks Before LD40

The weeks leading up LD40 the plan was to work with a couple other guys but everyone couldn’t get time off work. So the day before LD40 started I decided I’d go it alone.

Day 1

The theme this time was “the more you have, the worse it gets.” I decided I wanted to do a side-scrolling shoot ‘em up and got to work on the player controller. Next I worked on firing projectiles and created a bounding box so that the player couldn’t leave the view screen. Next, I created the enemy and decided to have the enemy to chase the player. I wanted to simulate the concept of boids but that seemed a bit out of scope for me in 72 hours (plus get the other stuff done).

Day 2

The plan was to start at 8AM. So at 2PM I logged on and began working on tweaking the player speed, projectile speed and fire rate, and enemy speed. Afterward I worked on the damage and power up system. Then I closed the day with creating the spawning system, which only could spawn one type on enemy per wave in that implementation.

Day 3

I was not feeling well at all on Sunday so my development time was suffering. I hooked in the music and audio effects. Then I created the particle effects for the explosions and projectile hits. I finished up with creating a scoring system and assign point values to enemies.

Day 4

I finally fixed the UI on my canvas and printed out the score, hit points, and number of alternative shot left. I still was not feeling well, so I had to take a nap. When I returned I tested the build and did a not of playtesting. I decided with one hour left before submission to refactor my spawning system so that I could spawn multiple enemy times on each wave. Frantically, I wired this up, ran the build, and turned in my submission.

gameplay

I learned a lot from this experience and had a great time putting this game together. I know some of the systems in this game are painfully coded so I’m planning on returning to some of the systems and making them more abstract and adoptable for other games in the future. In the immediate future I’ll be diving into writing some enemy AI functions for another project but it will be interesting to see what I can apply back to this game. My only regret of LD40 is not having a better title for my game ( and being sick for 2 days of it).

Dennis Eugene Stepp, Jr. avatar
About Dennis Eugene Stepp, Jr.
I passionately deliver innovative software solutions that enhance the customer experience and maximize business value. Building upon over eight years of software engineering experience I assist technologists in architecture, automation, design, implementation, testing, and workflow. I continuously broaden my skills through game development, conference speaking, and networking within the software development community.