Saturday, May 21, 2011

Developing ideas

I want to write about procrastinating, specifically about procrastinating on developing my ideas for a synesthetic game, but people have already written better essays than I ever could on the subject (my favorite being John Perry's Structured Procrastination). So rather than let this post be hijacked by the procrastination pirates of penzance, I'll try to use this post as a tool to break through my mental block.

When trying to solve a problem that at first seems overwhelming, it's usually best to break it down into smaller more manageable pieces. My somewhat overwhelming problem is to create a musically inspired synesthetic game. There appear to be two big pieces to this goal:

  • a game that's both very accessible and an engaging experience to users
  • an algorithm that takes as input game state, and outputs music that enhances the game's experience and possibly even feeds back into the contents of the game.

Below is a diagram of what is admittedly a ridiculously vague model.



Let's first try to focus on the game aspect, and brainstorm a list of games that could fit this genre:

  • A sidescrolling/third person/first person shooter where enemies, powerups, and graphics vary based on what sounds are generated from shooting enemies and gaining powerups.
  • A tactical strategy game where the board, enemy, and rules vary based on what sounds are generated from moves made and enemies attacked.
  • A platform puzzle game where the level is explored and solved based on what sounds are generated from exploring the level.
  • A card game where your deck, the rules, and play state changes based on the sounds are generated by the cards you play.
  • An adventure game where the characters you meet and the actions you can take change based on the sounds that are generated by actions you take and characters you meet.


It's getting clear to me that the only way that I can successfully create this game is to break the hard circular dependency between the sound generation and the game itself. I think I'll first focus on creating an app that generates sounds, and later create a game that can evolve and change based on multiple input vectors.

Sunday, May 1, 2011

Flexible tone matrix

Here's a link to my version of a 16 step sine wave synthesizer before I go any further:

http://www.shackapoo.com/flex/SoundMatrix.html

I've been messing with the idea of a synethesic(sp?) rpg. Someone linked me to this tone matrix: lab.andre-michelle.com/tonematrix. I thought a good first step would be reproducing it. I also wanted to expand on musical parts of the matrix, using more than just the pentatonic scale in one key. So here is a much more flexible version of the tone matrix, where you can change the scale, key, and bpm. This is just a fast program I whipped up to figure out how the original was made, so I apologize in advanced if it looks a little rough.

Saturday, April 16, 2011

Writing a web based RPG

Looking over previous posts, I see a common trend. I've started and stopped a lot of personal projects over the past few years. The reasons for why I want to do one are the same as they were then. The reasons why I probably won't finish it are also the same.

That being said, I'm starting, and by gummit Imma finish creating, a tactical RPG made natively in the browser. The reason I'm announcing it before I've made any progress is to keep me honest; if I announce publicly that I'm going to do something, there's way more pressure for me to complete it.

Hopefully there will be a blog post every week with my progress. I'll also try to use twitter/facebook as well.