Generalist in General
Ludum Dare
I built a team to compete in Ludum Dare - the largest game hack-a-thon. I recruited artists, composers, and programmers to jam with me. I completed 9 Ludum Dare events. My best are shared below.

Game Jams allow you to experience the entire product pipeline - from concept to delivery on a tight deadline. On completion, games are juried by your peers to provide feedback.
Day One : Analog
The first day is short with only one goal - brainstorm a game design.

For this session we are analog only. Whiteboards, sketchbooks, yellow pads, and post-it notes. Electronics are a distraction during this meeting. Leave them at home.

We know we are done when we all agree. Sometimes this takes an hour, sometimes it takes six hours. It has to get done before we can begin the next critical phase - a good night's sleep.
I did a little bit of everything on everything. Everyone else kicked ass at their specialties - then I put it all together.
I made the levels and coded the hazards. I love the hand animations I did for this project.
Kvetch A Sketch
Jam Theme : Ancient Technology
Andy Gainer (code), Luke Schroder (art, sound fx), Kevin Smith (code), Peter Reid (music)
The best jam game we ever made. A physics puzzle platformer where you create the platforms by drawing using "ancient technology".

We leaned into the theme by imagining a modern mobile game except written for an Etch-A-Sketch. Retro if not ancient technology by modern standards.

Our first game design failed - we made it - it sucked. A late jam pivot led to pure awesomeness. Despite a glaring late game bug, most players play for 45 minutes.
Day Two : Reality vs Design
Proof of Concept
On Day 2, we start as early as possible with the goal of everyone starting well rested - we had a long day ahead of us. We have one goal - implement and validate any tech required to implement our gameplay. I make the meals - keeping the team fed and working keeps the team on task. For my team, home cooked meals was novel and welcome.

Starting at 8am and ending after midnight is the norm. After dinner, we evaluate reality vs design. This is almost always a pivot. Unknown unknowns always surface in implementing new tech. And we are always implementing new (to us) tech - learning was one of team values.

Development is often multi-track. On Kvetch-a-Sketch, one developer worked on using input to dynamically create line like physics objects while another worked on turning line physics objects into pixels with a shader. Meanwhile, myself and the artist worked on the UI design and rendering. We generate placeholder graphics for the programmers as needed.

We had two end conditions - too exhausted to continue or the tech was ready for our Day 3 focus.
Emily vs Everything
Jam Theme : One Room
Andy Gainer ( code ), Luke Schroder ( art, sound fx ), Peter Reid ( music )
Emily has been sent to her room. Bored she pretends it is invaded by ninjas before transforming into a spaceship and a medieval dungeon. Play until you get too scared!

The highlight of the jam was brainstorming and implementing a power up system in the final 90 minutes. It really adds the finishing touches to this small roguelike. In the comments it is all the users talk about!
Day Three : 30 seconds of fun
Core Game Loop
After (hopefully) arriving at a point with no unknowns, the work that is known is still ambitious. Day 3 is all about putting the systems we develop on Day 2 together to make our core game loop.

The art team continues polishing, we start on animation, and with our aesthetic in place we begin on soundtrack and sound fx. Work begins on replacing placeholder art with final assets.

We end Day 3 with a whiteboard. I put every remaining task the team can think of on a whiteboard.
We had no artist - so I was the artist. I settled on a retro theme. I made vector art and wrote a shader to do the pixel-arting.
Level design is often the very last thing to get done - fastly and furiously. I love the ideas we found but there is a ton of low hanging fruit. It is easy to fall in love with jam games!
Spider Collider
Jam Theme : Small World
Andy Gainer (code), Kevin Smith (code), Andrew Ruder (code), Peter Reid (music)
A physics platformer and our highest rated Ludum Dare entry.

We made a small world using a wrap around screen mechanic a la Asteroid. We embraced this reference and extended it to the aesthetic.

Most players discover an exploit with a very high success rate trivializing the gameplay. But they all choose to play it as intended.

A very successful prototype.
Day Four : Content
Agile AF
Day Four is hectic. The game must launch at 8pm. Starting at 8am we do four 3-hour micro sprints. We choose items off the whiteboard and knock them out as quickly as possibly. Items fall off through completion or last minute pivots. So many pivots. I start adding sound fx and soundtracks into the game while building animation hooks.

Every 3-hours we do a walking standup, then we cross things out and add any bugs we've found. We pivot like mad men.

At 6pm, I start working on our platform builds. Our targets are always web, OSX, and Windows. Inevitably there are platform specific problems. I prioritize Web if possible. The final step of Ludum Dare is 2 weeks of judging and players prefer a web build.

At 8pm, exhausted, we launch!