Front Page

Most Recent Episode

Recent Games

 

Flight of the Data-Thief Kickstarter Launched!

I’ve just launched a kickstarter campaign to help support development of Flight of the Data-Thief:  http://www.kickstarter.com/projects/1144112254/flight-of-the-data-thief

Posted in News | Leave a comment

DevLog: Elevation

In addition to Renegade Sector Pilot and Upon the Shoulders of Birds, I’m working on an overhaul to my top-down game base-code.  A lot of this is cleaning up the spaghetti code and make it easier to use for a wider range of projects.  I’m also adding some new features.  One of these is multiple collision layers for multiple elevations. This allows me to stuff like have a bridge that you can both walk under and walk over:

Posted in DevLog, Renegade Sector | Leave a comment

New Game: Bi-Space Time-Plane

I’ve just released a new small game which I made for the Braingale Time/Space Jam.

>Click here to play<  

 

 

 

 

Posted in News | Leave a comment

Preview: Upon the Shoulders of Birds

Since my first collaboration with Todd Luke is now available, I figured I should go ahead and announce our next collaboration.  Upon the Shoulders of Birds will be a vertical platformer where you jump from bird to bird in your ascent.  The birds also constitute the enemies in the game, as they’ll shoot down at you while you’re below them.

This has been an interesting design challenge for me as it places such a heavy emphasis on enemy design. Todd Luke has also switched over to a more painterly art style, instead of upscaled pixel art, which I think is looking really good.  Here are some concept images he did for the enemies in the game:

Posted in Previews | Tagged , , | Leave a comment

Issues with Pay-What-You-Want for Abandoned City fixed

In case you missed it, we released Treasure of the Abandoned City a couple days ago. Yesterday I discovered that I had incorrectly set up the store through which you can get the standalone version.  This is now fixed, and you can pay-what-you-want for the standalone version + soundtrack and bonus features here.

Posted in News | Leave a comment

Treasure of the Abandoned City Coming Next Week

The next installment of Tales of the Renegade sector will be released next week.  The episode will be released with a pay-what-you-want model.  You can pick your price (minimum $1) for a standalone version of the game + soundtrack and other bonus features.  There will also be a free ad-supported version you can play in-browser.

Featuring art by the talented Todd Luke, the new episode will follow the Captain to the gates of an Ancient Abandoned City in search of another of Laserbeard’s treasures.  However, getting the treasure won’t be easy.  The city gates are sealed and the city surrounded by malevolent stone golems.  In his quest, the Captain will uncover the treacherous history of the city, and discover how it became abandoned.

Posted in Previews, Renegade Sector | Leave a comment

Renegade Sector Pilot Preview Shot #2

Posted in Previews | Tagged , | Leave a comment

Venusian Vengeance Commentary and Price Drop

I’ve uploaded the final installment of the Venusian Vengeance commentary track.  To celebrate, I’ve also reduced the price of the game to $3.99 USD (Buy it here).  You can find the whole commentary series here:

Posted in News | Leave a comment

New Game: Lox

Lox is an arcadey hybrid of Platformer and SHMUP.  You must run and jump along the ground while battling flying foes.

>Play it Here<

Posted in News | Tagged , , | Leave a comment

Mechanic Puzzles vs. Narrative Puzzles

Most definitions of games will say something to the effect of “an interactive system of rules with a goal”. You have some sort of win condition you’re tying to achieve or at least a lose condition you’re trying to avoid, and you have to interact with a set of mechanics to improve the gamestate. The implication in this is that the fiction that gets overlain on this is useful for communicating the game-state, and creating context, but isn’t strictly necessary to play the game. If you understand the rules, you can use those rules to figure out how to win.

There is, however, a class of challenges that often occur in games where the solution isn’t based on any sort of defined ruleset. Situations where a certain pre-defined action has to be performed at a certain place or time. Point and Click Adventure games are almost entirely made out of these sorts of challenges. The only rule at play is “show the right item to the right person, or select the right dialogue option in order to proceed”. The actual solution to the problem is to understand the narrative context surrounding the decision. The story dropped hints that character X needed item Y. If you stripped away the fiction of the game, what would be left would be at best a random chance that you do something right, and at worst nearly impossible.

The mechanics at play in something like Phoenix Wright don’t constitute the challenge, they just facilitate the actual challenge, which is not itself mechanically based. You aren’t manipulating a system to achieve a goal, you’re understanding a story to come to a conclusion about that story.

Contrast this to a mechanical puzzle, for example a block-pushing puzzle or something like Tetris. You can figure out the solution solely by understanding the rules that govern the interactions between objects.

There are also many games that contain a mix of the two. Think about how much of a Zelda game you’d be able to play if it were in a language you don’t understand. Think of how much of it you wouldn’t be able to do. Combat and block puzzles would lose nothing in translation, but delivering Zelda’s note to the guard in Kokariko Village would be a frustrating effort in trial and error.

I don’t want to get into the “these things aren’t games” argument, because I don’t think that’s particularly productive. But it is interesting to see that a large subset of games can’t be played through an understanding of their rules alone, but rather by understanding the fiction of the world, and coming to a predetermined conclusion.

Posted in Design Musings | Leave a comment