Shoot for the Moon

Shoot for the Moon began life as an entry for Ludum Dare 40, “The more you have, the worse it is.” I’m proud that I placed fairly high in the “fun” category (164th out of 2886).

Shoot for the Moon image 1 Shoot for the Moon image 2 Shoot for the Moon image 3 Shoot for the Moon image 4
Pictures of the prototype.

Gameplay

The game itself takes inspiration from Super Smash Bros. in that it foregoes the “traditional” health system. Instead, as you take damage, a “damage percent” goes up. At higher damage percents, the player receives more knockback when they take damage. Once the player gets knocked off the stage, they are out (similar to sumo wrestling).

The twist Shoot for the Moon brings is you don’t win by being the person with the most kills. Instead, you win by having the highest damage at the end of the round. This was added to try and discourage “camping,” adding a “fast and furious” feel to the game. Even so, I was afraid that this mechanic would make players not want to shoot at one another – there was no incentive in shooting someone, just in getting hit.

Damage vampirism!

The solution was to add a “vampirism” effect, where you take all the damage a player had when you successfully kill that player. With that tweak, it made “securing the kill” an important part of the game. The change also accentuated the “fast and furious” gameplay by causing damage totals to rise across the board over the course of a match. At the end of the game, people are flying absolutely everywhere, damage totals are ridiculously high, and overall the game was fun to play (as indicated by my Ludum Dare scores).

That was the game I launched as part of the Ludum Dare, and what you can download here.


After the jam, work continued on the game, with a departure from the stock Unreal Engine models and a more solid codebase. I moved from Blueprints to C++, plus added online play and local couch co-op.

The Problem

It's over, Anakin. I have the high ground.
Demonstrated here by Obi-Wan Kenobi himself.

Players would get launched. What goes up must come down. And when they came down, they landed on top of a rooftop or piece of scenery, giving them the perfect vantage point to look over the battlefield and get shots in without exposing themselves much in return.

Another problem: Players could be pinned against the wall and continuously shot up into the air. They would bump against the walls and land back on top of the person who shot at them, who would shoot at them again, throwing them up in the air, they would land on top of the person who shot them, etc. – effectively “juggling” the player unfortunate enough to get stuck against a wall.

I realized that both problems could be solved fairly simply by giving the players more aerial mobility. I gave players jetpacks which could be used to boost them high up into the air – letting them attack people who were camping out in high places, as well as giving them the chance to escape when they were being juggled.

Now with jetpacks!

Charging into Battle

As a kid, I was a massive fan of the Halo games. Halo has what Bungie called the “golden triangle” of weapons, grenades, and melee. It adds depth to the game by giving the player multiple options – grenades to help with crowd control, melee to kill unsuspecting enemies or kill off weakened enemies, and weapons to use in every other instance.

Shoot for the Moon only had 2 options: shoot or run. On some level, there’s a certain fun in simplicity, but I wanted to try and add depth to the game. I wanted to give the player options, and I decided to take a page from Bungie’s playbook and added a “charging” mechanic to try and help with crowd control. The player could choose to charge their weapon up to cause it to explode and deal knockback over a wide area. I decided to tie this into the same meter that gives fuel to their jetpack.

This caused the intended effect, but it also caused fewer shots to be fired overall, which slowed down the gameplay considerably. I’m still going back and forth over whether I want to keep this change or convert it to a secondary fire “grenade” option.


Shoot for the Moon image 1

Shoot for the Moon image 2

I created the Space Station and character models shown above. I also did all game design, level design, and code.

Otherwise: