Results for tag "ld48"

2 Articles

No More Boxes - Ludum Dare 31: How to maximise a Game Jam - Restrictions, Learnings, Getting Players

Hi all!

I just completed Ludum Dare 31, and it was a fantastic experience with lots of things learned, things I’d love to share with ya’ll!

TL;DR summary:

Ludum Dare is a game jam - people from all over the world make a game in 48 hours.

Play my LD31 game No More Boxes here (4 players versus arena platformer) on Ludum Dare

And here’s a 4 player youtube gameplay video:

If you’re a Ludum Darer, especialyl hello! 😀

If you’ve read any of my posts from Ludum Dare 31, you’ll have seen how I celebrated this theme as a great restriction. While many moaned about the theme being too open-ended, I really enjoyed that it was a mechanical restriction rather than a thematic one.

(I guess the “everyone hates it” perception comes from confirmation bias for seeing negative posts but no “YAY LOVE THIS THEME” posts, after all the theme didn’t just materialise out of randomness - the majority of it voted for it in the slaughter for it to be chosen!)

How I interpreted the restrictions

In summary, I boiled “Entire Game One Screen” theme to these strict restrictions:

  • The entire game must exist on the screen when it starts
  • That means no instantiating new things
  • And because of the previous point, removing things would be bad as I couldn’t make new ones.
  • That means no bullets, no treasure chests/powerups/whatever, no collectibles.
  • No falling off the edge and disappearing… etc.

The thing with restrictions is that they really spark something different. Creativity with no restrictions is really, really stifling, in fact. So, embrace restrictions!

Setting learning goals

After I set that restriction for myself, I thought a bit more around what I wanted to get out of this jam. We as gamedevs (or gamedev wannabes) often have ideas that we don’t get around to making, and often that’s because we simply don’t have time or don’t know how. But if we never know how we never will know how.

So I thought about the stuff I wanted to learn with this time that I have now, so I can try and do THAT.

  1. I had been thinking about making a platform arena shooter. I haven’t really made a platform game controller before so I decided I’d do that.
  2. My platformer idea I had was to have players that could pilot robots, so players would control different things in the game at different points in time.
  3. I wanted to use built-in physics for hilarity - I usually stick to restricted movements with my game designs.

So with those in mind, I set out to design my game. A look at the outcome will show you that I’ve basically hit my learning goals:

  1. I made a platformer - the platformer controller was really tricky to get right, I could still improve it, but I now know a lot more about platformer controls. They are NOT easy at all, as I suspected when I started, but now I *know*.
  2. Players would come back as different characters, so I got the swapping controls between objects thing working, and I now understand it.
  3. Wrangling built-in physics so that it provided a good stable background against which platforming could happen was VERY tough. I had some experience with one of my previous prototypes Bear Chuck, but this was more freeform and thus harder. The results were glitchy but satisfactory, and a lot of learning was gleaned from it. As well as an idea of how I could improve the system.

 

Bonus: Give people the best chance of playing your game

As I sat through this year’s entries into LD I noticed a lot of problems that was excluding people from playing their game. Hell I made a fundamental “mistake” too, so let’s talk about that:

  1. The basic principle: LOWER BARRIER TO PLAY. This sounds so simple but so few people seem to keep it in mind. This encompasses many things:
  2. Web player. This is the single easiest and best way to get people to play your game - it works across Macs, Windows, and is usually the best option to deliver your game on if you want people to play your game. And you do, obviously.
  3. Be aware of current affairs: I said “usually” in the above point because Chrome is having a row with Unity web plugin. You can find more details if you Googled for it, basically Unity acknowledges it as Google not liking a tech that they’ve been using and Google’s shut it down with Chrome. I’ve been using Safari as a backup to continue playing Unity web games, but so many people won’t know this and it just appears as if the developer screwed up. So…
  4. Deliver in as many platforms as you can: So yes you got a web player, but it’s better to get a Windows and OSX build up alongside - not only are more options intrinsically better for getting more people access, it also gives streamers more options, if you get their attention.
  5. Single player option - Always *try* to make your game so it’s possible to play single player. Finding other players to play with is TOUGH when everyone basically just finished a jam, is dog tired, and is in front of their laptops at home. That said, I obviously went and made a non-single player game… So I broke this rule, but I thought long and hard about it. If you have time to make a single player mode, or some REALLY RUDIMENTARY AI, or whatever, do it.
  6. Clear, simple, quick instructions. FIRST. Consider the possibility of people not reading. It will always happen, and their failure to get stuff working is your loss, not theirs. I stuck my instructions at the top above the game, and made it as simple and clear as possible. Fuck sentences, just get people to understand it.

 

So, whew, that’s a lot of text just on how Ludum Dare went. So I’m not gonna talk about the game for now. I might come back and write more about it, definitely gonna do a post-jam brush up of it, and finish up Amy, and maybe add more features I had in mind while playing like a shifting arena or 6 more characters 🙂

Please go and give it a play! Here’s a little thing I made about the characters in No more Boxes 🙂

NoMoreBoxesCharacters

Landshark Missile Attack’s post-LD48 MASSIVE update

Landshark Missile Attack started its life at Ludum Dare 29 as my first solo jam 

Play the post-compo updated version here:
http://www.twoplusgames.com/landsharkv2

Changes include:

  1. A thumpin’ track by Tim Harbour! Unfortunately hadn’t gotten to sound effects yet.
  2. Focussed on one level, removed others for now.
  3. Screenshake! Of course!
  4. Removed time limit.
  5. Fixed stuttering bullet time.
  6. Health + death mechanic added.
  7. Eat people to heal.
  8. Removed swimming up walls for now.
  9. Added enemy dropship.
  10. Aerial dodge – double tap forward, left or right while airborne!
  11. Missiles and dodge energy reload when you land.
  12. So wow, so much. Can’t remember.

So, some questions for you if you had time to give it a go:

  1. Did you find it laggy? Was the performance much different between the Windows and the online version for you?
  2. The direction I’m heading in is “Crimsonland in 3D with Bullet-time and possibly multiplayer”. How does that sound to you?
  3. How does the handling of the shark feel to you? Are you comfortable with jumping, aiming, and aerial boosting?
  4. How “fair” does it feel to you? How’s the challenge at the moment?
  5. Did you see any blatant bugs?

Play (web) or download SUPER ANDSHARK MISSILE ATTACK POST-COMPO EDITION V2!

And tell me if I went in the right direction since the original LD48 entry! XD