The post Ludum Dare update (and minor updates to Not a Clone)

Last weekend, we took a stab at creating an online multiplayer shooter for the Ludum Dare game jam. If you haven’t seen it already, it’s a fun 2-player experiment where each player can hack the controls of the other player, disabling up to two buttons. Since the original release had a lot of technical problems, we’ve created a post-jam release that improves on the following:

  1. Explosions and sparks will not sync their positional data to the server more than once.
  2. Increasing how often the player and bullet syncs their data.
  3. Made the opposing player’s animations to be much more reactive.
  4. Changed the health meter graphics.
  5. Vastly increased the range of the radar.
  6. Player avatar now appears as arrows in the radar.
  7. Added a laser to indicate the path the bullet will follow.
  8. Prevented disabling more than one directional key
  9. Shields (called “Reflect”) can now be disabled. The programmer actually forgot to enable this button, and was meant to always be hackable.
  10. Made the player avatars and their colliders much larger.

Hopefully these simple changes will improve the playability of the game.

In the meantime, there’s only a few minor updates with Not a Clone: basically our entire team are enjoying their holidays. There is, however, one new feature in works. Called “inverted mode,” the instructions of a couple of minigames may randomly change to something opposite of the originally intended instruction. For example, in a Totemman minigame, the instructions will change from “Slap!” to “Die!” As one would expect, the intended solution to this minigame would be to figure out how to kill your poor character within the time limit. Obviously, there will be a lot of setup necessary for this new mode, such as keeping track of how many times the player won the minigame before allowing inverted mode, or providing a visual indicator for more experienced players. More updates will be coming in the near-future about this neat feature.

Happy holidays to everyone!

New feature: Challenge!

We’re adding a new feature to Not a Clone this week! Courtesy of programmer, Taro Omiya, Challenge is a new mode that occurs every 10 apps. For one single app, the difficulty dramatically increases:

ChallengeLifeUp2

The reward, as the animation above implies, is replenishing one life!

LifeUp2

But what if you already have all 4 lives? No worries! In fact, life up is just one of the rewards. The other, which occurs much more often if you have more lives, is increasing the score by a drastic amount (4!).

ChallengeScoreUp

Naturally, succeeding in this app leads to increasing your score dramatically.

ScoreUp2

So what happens if you lose to challenge mode? Simple: you lose one life, just like the other apps, and lose the opportunity to take the challenge again for 10 more games. Of course, we’ll be play-testing this feature extensively, so a lot of these details are subject to change.