Laura Michet's Blog

You got this, Brutadon! — Global Game Jam 2017

Last weekend, I once again drove up to Facebook’s Menlo Park campus to participate in the Global Game Jam. Facebook has a really, really cushy site– four catered meals, including beer and wine at dinner. A bunch of the people I like doing jams with live in the area (or work for Facebook), so it’s a good deal all around!

This year, Kent Sutherland, Rosstin Murphy, Kellie Medlin, Brook Nichols and I cracked out a game for the Amazon Alexa platform in two days. (Alexa is the platform that runs on Amazon’s Echo and Echo Dot products.) Our game is called called “You Got This, Brutadon!” and it’s a voice-controlled adventure game where you play the hype man for a kaiju battle between your friend, Brutadon, and the hideous Gromulox. YGTB contains about fifty different randomized battle events written by me and Kent. There are two endings. We wanted to make a voice-controlled game that was centered around the experience of speaking or conversing– not just merely a combat game controlled with voice commands, but a game about talking. YGTB certainly lives up to our goals in that respect!

Although we haven’t passed Amazon’s certification process yet, we have uploaded a working build of our app to itch.io. If you have an AWS account and an Alexa, you might be able to load the game onto your own device. If you wait a couple weeks, though, we’ll have a polished, sound-designed version of the app up on the Alexa app store.

If you own an Echo or Echo Dot and have ever taken a look at the "skills" store (“skills” is Alexa bullshit for “apps”), you’ll probably have noticed that the vast majority of Alexa apps suck. Since the Alexa store is not currently monetized, there’s no great incentive for anyone to put a lot of time and effort into polishing up a really good Alexa app. The “games” section is practically all trivia apps, and it seems like the vast majority of all Alexa apps, period, are “facts” apps– Bird Facts, Bacon Facts, Cat Facts, etc. These facts apps appear to be the “hello world” of Alexa development.

What I’m saying is that You Got This, Brutadon! is already better than, like… a conservative 90% of all Alexa games? I mean, I’m biased, but I and some of my teammates were really shocked with the low quality of the vast majority of Alexa apps. Lots of them just seem like stupid experiments, and a lot have extremely low utility. There’s a color wheel app that does almost nothing. This was one of the top ranked utility apps during the weekend we were making this game. I’m sorry, but this is pretty damn ridiculous!

Going through the certification process, I’ve also learned that Amazon has some pretty strict rules for user interactions. They contain some bizarre design restrictions– like, you’re not supposed to include any commands in the app that the app does not explicitly prompt the player to say. This means that they’re uncomfortable with apps where the player has to guess command intents. It should be possible to get some kinds of command-guessing gameplay in there without breaking the rules. Right now, however they’re already asking us to put command prompts into Brutadon in a few annoying ways.

The big thing that gets me right now is that a bunch of IF classics are focused around experimentation, command-guessing, and avoiding prompts, like Aisle. If something like Aisle could make it onto the Alexa app store easily, then I’d say the Echo would be in a good place for game development. (That said, I haven’t actually tried to make something like Aisle, so I don’t know how much pushback we’d get trying to do that.)

Oh– and they should let us make money with these goddamn apps. Until then, I wouldn’t recommend anyone to spend a lot of time seriously making a polished, content-dense game for this device.

#my_games