Results for tag "game-jam"

7 Articles

BOOOST! A Retro Escape SHMUP for Ludum Dare #LD34

Ludum Dare 34 done! Always a fantastic game jam with the most awesome community.

The theme this time was two-way tie between Growing and Two Buttons, and to make a long story short, I tried at first to do both with an idea that was seriously too much for me for 48 hours, and abandoned it to start another game about 14 hours into the 48.

The result was BOOOST, a two-button game of escaping, shooting, but mostly escaping. While shooting. You’ll see!

The game was favourably reviewed, and was rated 72 overall in the solo compo, so that’s pretty rad! 🙂

Play BOOOST Enhanced version on itch.io!

 

boost_rating

Bodybag (The Cleaners) - our #GGJ15 Criminal Resolution Physics Simulator

Global Game Jam is the 48 hour annual Game Jam that happens all across the world with a unified theme. You can play the game here:

Bodybag (The Cleaners) playable link

Bodybag Global Game Jam page

bodybag_1

The theme this year was “What do we do now?!”

This was a tough one - the previous Ludum Dare’s theme was, to me, a lot more restrictive, and thus felt more interesting. It’s the old saying of if you tell someone they can do anything, they most likely will end up doing nothing. Restrictions breed creativity.

So we tried to break the theme down into restrictions we can try to apply:

  • “We” - “It’s What do we do now?”, so that implies some kind of group game - implying multiplayer, which is my personal favourite. But multiplayer experiences tend to not do as well in jam setting (as we discussed in the previous Ludum Dare blog), and we just did one in our previous LD, we also wanted to stay away from that.
  • A sense of being thrust into something unknown - that’s the feeling those words “What do we do now?” elicit. We wanted to make people feel that panic and confusion.
  • Not a scripted narrative adventure game - we realised very quickly that the theme lent itself too much to a kind of point & click adventure that would have players solve things by working out contextual puzzles, so we wanted to stay away from that. We wanted to base the game on a mechanic rather than a stream of content.

Bodybag Simulator

The deed is done, the mark is now a body. “What do we do now?”
Now, we call the Cleaners.

Bodybag is a game about what happen after the inconsiderate asshole assassins leaves a messy botched job behind. It’s your job to get rid of the body in whatever way necessary.

  • It can be played as a 2P game with each controlling a character, or ambidextrously by a single player. This
  • It’s a physics-based game which we haven’t really had experience with before - No More Boxes was physics but this had elastic bodies and all that which relied a lot more on physics than wrangled quasi-physics.
  • Not sure on the name 🙂 “The Cleaners” sounds better but a tad generic, “Bodybag” sounds too heavy-handed… But for now this’ll do 🙂
  • We either overscoped or underestimated the tweaking it takes to wrangle a physics system to do what we want it to do. In any case we had quite a few things that we wanted to include that didn’t get in, which would have been easy to implement, but we were too busy working on wrangling the physics system.
  • So we didn’t manage to finish everything we wanted to 🙁

bodybag_10

  • Learnt a bunch about physics bodies in Unity, it made me understand why Chariot (that game I learned about over the weekend) made their design choices (round characters, among others). I feel much better equipped to make more crazy physics games now 🙂
  • Learnt to do level design. Something I’ve generally stayed the hell away from.

Timelapse - 48 hours in 30 seconds:

Team:

  • Steven Tu (art and level design)
  • Loet Jansen Van Rensburg (code and physics)
  • Tim Harbour (Superb score)

 

Once again, GGJ15 game link:
http://globalgamejam.org/2015/games/bodybag

Play now:
http://www.twoplusgames.com/bodybag

Thanks for your time, hope you enjoy the game! 🙂

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

7 Games in 7 Days in 30 Games in 30 Days

We’ve just completed the 30 Games in 30 Days Challenge with Gamelogic’s Grids in Gamemaker Studio! 😀

Grids is a superb plugin system for game devs that lets you very easily and quickly create things that make use of, well, grids. Gamelogic had started with a Unity version of Grids, with which they first ran a 30 Games in 30 Days Challenge to show how easy it was to use, and in the previous month, they ran the challenge with their new implementation of Grids for Gamemaker: Studio.

Twoplus Games were approached to make some of those games, which we were very excited to do. We took on 7 games in 7 days, for a nice, round week of solid prototyping jamming. It was super fun! The App Factory was also involved and made some great stuff.

The best of the batch

The ultimate goal of any game jam is to explore ideas quickly and quickly find out what works or doesn’t work. Quickly 🙂 Did I mention quickly? 🙂 It is specifically with this in mind  that we’ve made our seven games in Grids Gamemaker. And here they are - in order from our most to least favourite! (Because we are critical of our own work :P)

 

Tetrifender (tentatively re-titled Krigsskibe)

Play it here!

Tetrominos are fascinating. Mathematically, one block is the same as another. But join them up and you’re inevitably left with gaps. Tetromino games are always about packing the most into the smallest space, which is kind of what Krigsskibe is about - but with a twist.

Enemy ships are invading, and your defences are your blocks. Create a square of 2×2 blocks and you get a turret that fires back. But the turrets also take one hit to dismantle as opposed to the four hits the blocks could have defended your base with.

It’s a game of juggling economy, positioning and reaction. Really a lot of fun! Definitely one we want to take further.

 

Pixel Perfect (tentatively re-titled Make This)

Play Make This now!

Another exploration of the world of Tetrominos, Make This is as simple as it is devious. Place tetrominos in the grid to make the target shape, which will be automatically removed once it is formed. The challenge comes in making the best use of the “garbage” left behind each time, as space gets tighter and tighter, and you inevitably run out of space to place your tetrominos. Relaxing, thoughtful, a bit zen, and a bit creative. I enjoyed this one 🙂

 

Convader

Play Convader now!

For those who’re geek enough to recognise Conway’s Game of Life,  Convader is a game that tries to use the famous mathematic life-simulation (click on that link for a full explanation of it) in a game. It’s really basic at the moment, but in future I do plan to take the concept much, much further. For now, it’s a fun little toy.

 

Add Down

Play Add Down now!

Add down is like a crossword puzzle, but with numbers. And addition. Dragging a number to a neighbouring block adds the values, and drops the 1 if it goes to two places. (For example 7 + 6 = 13, which would be 3). Your goal is to make as many numbers as you can before you can’t make anymore!

 

Hex Raid

Play Hex Raid now!

Hex Raid is a visual experiment - using hex tiles to simulate 3D space, you play the role of an intrepid magical raider of this shapeshifting tomb, and must collect as many coins as you can before the time runs out. The time is extended by each coin you collect, so go go go! However you can only move up one step, so whenever you feel stuck, you can use the power of the mystical coin to shift the land beneath your feet! Whoa!

 

Cave Lander

Play Cave Lander now!

Cave Lander is an experiment in procedural level generation, and a take on the classic Lander formula. Fly around the cave to reach your destination before your fuel runs out… Remember that gravity hurts, and to refuel before you run out!

 

Hexavity

Play Hexavity now!

Hexagon Gravity. An experiment in gravity in a grid… Shift the gravity in one of the six hex directions, watch them hexes fall into place, and make matches when anything falls in a row of 3 or more!

Now for an impromptu lesson in game design - This game suffers from what’s known as lack of agency - the player has one of six choices to make (five if you don’t count the direction you’re already going in), and not one of those choices are really predictable of success. It’s next to impossible to tell which hexes will land where after a shift, so… it’s not a lot of fun.

But it only took a day, and that’s the point of prototyping! Only in testing can one quickly find out what works and doesn’t work with an idea. In this case, the shifting hexes were pretty to look at and interact with, but the condition of play less so. We’ve learned this in a day, and that’s what counts most!

 

And there you have it - our seven games within the bigger project of Game Logic’s 30 Games in 30 Days Challenge. A great big congratulations to everyone involved, Gamelogic for the call to arms, The App Factory for also making some damn fine games, Liam Twose for the #30DayDev concept!

Postmortem: My Ludum Dare game SUPER LANDSHARK MISSILE ATTACK

This was my first Ludum Dare ever, and my 3rd real game jam in total ever (did one Indie Speed Run and one Global Game Jam, and by far my best jam ever - each jam builds on the previous one, and the LEVEL UP that one gets at game jams are just TOO MASSIVE TO PASS UP. I hugely encourage everyone to do game jams as often as they’re able to!

My LD48 game SUPER LANDSHARK MISSILE ATTACK turned out way beyond all my own expectations. I was never good with Unity! Please give it a look 🙂

One thing my experience has told me is that I always write postmortem part 1 of my jams and then never get to part 2. So screw that, I’m going to do this one quick and in reverse chronological order like Memento 🙂

Score attack!

Another thing I was sad to not have had time to put in was score tracking, so I’m making a competition! Send me screenshots of your high score and the highest scorer this week (ending Monday 5th May) will get to design a level for SUPER LANDSHARK MISSILE ATTACK with me 😀

landsharkscore_BANNER

Adding sound

I didn’t have time to add in sound and music, which disappointed me greatly, so I played the game over some rocking track and made a video of it 🙂

Finishing

Eventually I detailed things a bit more, added more levels (there are three in total right now) and colour and juice and stuff and rushed it out the door in the final 6 hours:

landsharkpost07

Fleshing it out

I dropped in a bunch of objects, found some homing missile code, and went to town in a gameplay test. AND IT WAS AWESOME. So I pretty much didn’t change the gameplay from this kind of stuff:

landsharkpost_05_gameplayTest_web

And then amped it up in magnitude, and added score tracking and a timer, which made EVEN MORE AWESOME

landsharkpost06

Physics

Then I spent more than half of day one trying to get the physics for landshark working. One of the things I really wanted was for him to swim up walls… And generally defy gravity. Eventually after a lot of maths and help from other people’s maths:

landsharkpost_03_physics_web

landsharkpost_04_physicstest_web

Planning

I actually don’t remember where the idea came from. All I remember was that initially I wanted LAZERS. But that was hard so I went missiles 🙂 This was my “project manager” over the weekend:

landsharkpost_01_book

What went wrong:

  • Very little actually, I was REALLY surprised.
  • Lack understanding of Unity physics (or indeed any maths physics), of Quaternions, of Vectors, etc, made it really really tricky.
  • Didn’t budget time for sound and interface.
  • I wasn’t sure what the scope was from the beginning and built as I went
  • Spent a ton of time on swimming up the wall mechanic… But didn’t end up using it a lot. It was one of those REALLY out of the way mechanics that had all sorts of mad implications that I couldn’t have considered when I was making it. Like falling into the infinite sky 😛 But it’s not really so much “wrong” as “something I can explore more” 🙂

What went right:

  • Being surrounded by other jammers, we could all ask each other about things. It REALLY helped everyone 😀 Jam in a herd! If it works for zebras it works for jammers!
  • I let myself go - picked a theme, basic idea, and just explored how it played. The lack of a solid, defined, “dead” goal from the get-goal for me allowed for a refreshing exploratory approach to this jam.
  • Not having to justify every decision, thing to try, etc in a team made it really easy to rapidly try and discard ideas. Not that I don’t appreciate being in a team. I really missed being able to specialise and do what I do best and let everyone do what they did best. Good for time, less good for focus and attention to detail.
  • Google Sketchup. Seriously, it’s the only 3D program I know and without it I wouldn’t be able to make ANY 3D. Well, besides the cubes and spheres. Thanks for the fish shark!
  • Unity. I give it lots of hell, and it gives me lots of hell, but without it I would never ever have made something that looks so big in such a short of time. And this applies to EVERYONE. It’s a great big sandbox, all you have to do is to find how other people did what you want it to do… And remember syntax XD

It was truly fantastic! I’ll never ever miss another Ludum Dare EVER! 😀

Give SUPER LANDSHARK MISSILE ATTACK a go!