Categories
Game Jams Videogames

Post-mortem: PPS – Pixel Person Shooter

PPS Title

This post has been a long time coming, but for one reason or another I’ve always been postponing it.

However today is finally the day I write about PPS – Pixel Person Shooter, a game I made alongside Andrei Livadariu for the No More Sweden 2013 game jam.

PPS was one of those small ideas I have in my mind that got inspired by watching other people’s experiments at game jams. In particular, this game was inspired by a game I once saw at Exile Game Jam where, even though the game had a 2D top-down perspective and looked completely flat, the level itself was 3D with different ground heights. This meant that you had to figure out the landscape height differences even though they were invisible to the player.

Starting from that point, my idea for PPS was pretty much “What would happen if a top-down 2D multiplayer game suddenly rewarded a player with first person shooter mechanics?

That was my proposal to Andrei Livadariu for this project. I focused on the gameplay mechanics and aesthetics, while he worked on the programming and controls side of things. The controls part is also important since this game was originally meant to be played on an arcade machine with 4 8-direction joysticks.

And the beginning of the game the screen looks pretty much like this:

GameStart

I decided to give the game an old CRT TV look with aesthetics similar to those in Pong, but with some extra visual effects that happen during the gameplay. To achieve this I used a mix of screen filters (a bit of static noise, a lens distortion to produce that monitor look, a glow effect to have the graphics bleed out a bit and some motion blur – which we had to tone down in the end because it was a bit too much).

Kills

To add some visual flair to this overly simplistic look I made heavy use of particle effects in the form of squares of the same color as the player. When a player is killed (by an opponent shooting at him) he disintegrates into these particles. After a short cooldown time, the player respawns again (using the same particles effect, but this time inverted so that it looks as if the particles are joining together to form the player).

You can see this effect in the animation below, where some power-ups have appeared randomly in the level, such as the laser beam, which destroys anything in a straight line for a few seconds:

LaserBeam

There’s also a few portals in the level, the colored walls that can be seen in the sides of the level and surrounding the score box in the middle. Entering one of these portals immediately transports the player to the other side:

Portals

An added effect of this is that shots can also go through these portals, which makes it more interesting to plan a distance kill. In the animation below you can see that feature in action with the blue player using one of the other power-ups in the game, the shotgun, which spreads shots in a wider range. A few of these shots go through the red portal on the right and reappear on the bottom left of the screen:

Shotgun

But the big element of this game is still the PPS power-up, that is, the Pixel Person Shooter. This power-up makes the player who picks it up completely invisible for a few seconds (though in later revisions we made this character occasionally flicker so as to give a clue of where the player is). So how does the player know where HE is? Well, up until this point everything has kept a 2D look. But the PPS power-up (the rotating cube seen above) is the only 3D element in view. This is to indicate that whoever gets that power-up will get the first-person view on the middle area.

The advantages are clear (in theory): while everyone else can only move in four directions, the player with the PPS power-up can move in all directions and, even better, he has a bigger gun with more powerful shots that can even destroy the walls in the level.

       PPSView

The destroying the walls part was actually a fix to one of the bigger problems we encountered during the development of the game.

Even though we assumed that being invisible and having more mobility would make it a clear advantage for that player to win, it actually made the game harder to play. First of all because the original arcade machine this game was being designed for had joysticks that weren’t ideal for this type of control. But secondly because it was too difficult to figure out WHERE exactly you were in the map, so finding the opponents to kill them became quite difficult.

The solution was to make it easy for this player to destroy most walls in his way, so that the gameplay would become a simple display of raw power where you just make your way through everything and kill whoever was in the way. Of course this also lets players know WHERE you are since they can see the destruction you are causing (thanks to all the particle effects), which can have all the players gang up on you and destroy you even though you are invisible.

Regen

As mentioned earlier, the walls would respawn after a few seconds, leaving the arena back the way it was at the beginning of the game.

Even after all the refinements we made during the game jam, the gameplay was far from balanced and this is something that both Andrei and I wanted to work on by changing several features.

In fact, we had the chance to showcase our game during the Copenhagen Cultural Night 2013, where we invited kids visiting the IT University of Copenhagen to play the game and allow us to see how different players reacted to a modified version of the game on a really wide screen.

This was quite a fun experience since it showed us kids would quickly get the idea of how the game works and take advantage of the power-ups, but it also showed a lot of flaws and ideas on how to fix them.

Kids playing PPS at ITU

Andre and I have talked several times about working further on the game, but time constraints and other stuff have impeded it so far. Perhaps some day we will pick this project up again and work out the kinks to make it faster-paced and more engaging.

But until then, you can download the game from its Unicorn 7 page (though mind you that the controls are very tricky one keyboard and you will need to change the input if you want to use controllers).

Categories
Game Jams Videogames

And my latest video-videogame is… Shoot! Nightmare at Exile

Shoot! Nightmare at Exile

Well, how fast time flies… It seems as if it was just a few weeks ago when I last went to Vallekilde Højskole for Exile Game Jam Fall 2012, and now I’m just back from Exile once more!

As usual, it was a blast: lots of cool people, new tech toys to play around with (Oculus Rift and Leap Motion anyone?), many great game ideas and interesting experiments, sauna, music, party and more!

And… I also made a game, this time along with programmer Gabriel Durac and music by Kristian Rømer.

The result is “Shoot! Nightmare at Exile”, or simply “Nightmare at Exile” for short.

If any of you saw my last game from Nordic Game Jam, NGJ Fighters, the game was mostly made of live-action video footage of two characters fighting against each other. The idea seemed to attract some attention, so I wanted to take that a bit further for this new game.

Nightmare at Exile 1

Partly inspired by games like Mad Dog McCree and Los Justicieros, I wanted to put together a short game where the player walks through Vallekilde Højskole (on rails – it’s pre-recorded video footage after all) and has to defend himself against hordes of enemies attacking him at every step, with an epic final boss fight at the end.

To get the project running I managed to create a simple prototype in Unity where a looping video of my friend Peter Ølsted shooting at the camera and taking cover would play infinitely. If the player clicked on him when he was out (detected by a plane that would only be active at the right time), the game would then switch to a video of Peter getting shot. I also managed to get a similar test with an enemy attacking the player in melee combat without taking cover.

Unity test

After I got the test running I showed it to Gabriel, the programmer, who had shown interest in working with me on this (also I’m thrilled to have worked with yet another person I had never made a game with before at a game jam!) He quickly understood what I wanted to do, but suggested doing it in Adobe Flash instead.

The reasons for the switch are many, but mostly because it would make syncing the video with the invisible target area that players ultimately click on much easier when using Flash’s timeline. And while Flash was definitely not perfect (constant crashes, memory errors, compiling stopping without giving away any messages at every second build, limits in video importing…) it did a great job at providing smooth gameplay.

Nightmare at Exile 2

The trickiest part no doubt was trying to get more than one enemy attacking on the screen at the same time. As you can see in the picture above, Nina, Simon and Astrid are all attacking the player simultaneously. This is actually THREE different video clips put together to look like one, playing independently and each one with its own tempo. This made it possible to kill the enemies in a different order every time, with only the character shot falling to the ground while the rest kept attacking. Very tricky, but it worked flawlessly.

It was also a lot of fun getting a lot of people to participate in the production of Nightmare at Exile as actors (then again, it was also a lot of fun asking random Vallekilde students if they wanted to die… on the camera). It has definitely taught me a few things to take into consideration in future projects about planning and camera positioning for this type of interactive video. Of course for a 48 hour game there are lots, LOTS of errors here and there, especially when it comes to changes in lightning, but I let them be since this is, after all, a game made purely for the fun of it.

Even cooler was putting together the final boss fight that takes place in the living room at Vallekilde if the player manages to survive that far, but I won’t spoil it here.

This was also my second time recording and editing sound effects for a game, so not only have I learned a bit more of programming (with the Unity prototypes), video production and Flash development, but also sound design, even if it was all done very quickly in the last few hours. Definitely something worth looking into further in the future.

But enough words about the game. How about you give it a try? You can download the SWF file from game jam games hosting website Unicorn7(You might need to open it with your web browser).