Making a game in 48-hours is a great way to spend a weekend, it is a short window of time but generally enough get something small created and, sometimes, polished. For the past few Ludum Dare events I have been participating with a team, usually a musician and an artist, but for LD34 the team was of 5 people, 2 artists, a musician and a designer, with of course myself being project lead and programmer.
For LD35, however, things were a bit different and I went solo for the 48 hour event, requiring myself to create the art and music/sounds as well as the programming.
Theme announcement, Shape Shifting. A few crazy ideas flying about my head, but most were too large for me to tackle alone, would be difficult to explain to the player or just didn’t get me excited to work on. I started with a car racing “shifting” game that would have wound up being a find and click the right shape quickly. I spent about 90 minutes developing that idea and as it got, not quite playable, I went to sleep.
It was a troubling night, restless, couldn’t sleep. Kept thinking about how my find and click wouldn’t be “fun”. By the following morning I had rested a little and changed plans, combat. Perhaps from trying Dark Souls 3 at a friends a few nights before. I figured a simple sword swing and a shape that could change into others, like a Rock, Paper, Scissors game. No need for anything complicated, so I made a playable within a few hours.
It wasn’t fun.
By now I’ve committed myself, though, and had been live streaming the entire weekend. I kept searching for fun. It was hard to remember what shape beat what shape, as I was literally using squares, triangles and circles. I modified the control scheme a bit. And then a bit more. Still unhappy with it the first day was starting to wrap itself up so I went for a walk and phoned a friend from college, same friend in fact that showed me DS3. He grabbed the demo and played it and gave some valuable feedback. Immediately after implementing those changes the game felt much better.
Following morning I felt great, this was going to be a good game. So I jumped on making the art, and went with elements, fire, water, earth. Because the shapes were too hard to understand and these have been used before. It turned out much easier to attack the right things and avoid scary things. However my morale dropped. The game became too simple. Run away and attack, keep running away. It was too easy.
Again phone a friend, a fair bit of ideas tossed around and with a bit of work found that 6 of the hardest opposite force actually got a little tricky. With about 4 hours remaining of the 48, I finally got a difficulty ramp setup in the spawning behavior. The game gets progressively harder with a short tutorial stage at the beginning. Onto the title screen, oh, and tutorial/buttons anyone?
While making those graphics I lost track of time and looked at the clock with 5 minutes remaining, there was no code for a title screen! I scrambled that together and finished the build at 48hrs exactly. Was a bit disappointed to have ran out of time on the title screen, first thing a player see’s and it looks mediocre at best, when compared to the rest of my art/animations which, was my first time really testing animations.
What Could Be Better
- The title screen was a giant let down due to me running out of time.
- Control scheme took a lot of time to get right, worth it, but lots of time.
- Morale was a bit of a roller coaster during the weekend.
- Time management was lost at the end, causing a lacking title screen view and experience.
What Went Well
- Iterating through things allowed the fun to appear.
- Animations and attack feedback about collision area.
- A successful difficulty curve after hours of iterating and thought.