Patreon Updates

Hey guys, I’ve organised my Patreon to make important stuff easier to find, such as source code, betas, and wallpapers.

It’s a convenient platform for hosting various files, so I’ll be making some free posts there as well as paid ones.

Consider following me whether you want to pay or not.
(the first Hidden Cats demo is already there for free)

I just posted some EBF5 design notes from 2015, you might find it interesting to see what made it into the game and what didn’t. It’s a paid post at the moment, but will become available to everyone in 3 months.

Mobile Dev’s Weird Advantages

Hey guys, I complain a lot about mobile game dev on my social media, since the Google and Apple app stores are very frustrating to work with. Their API features change every year, they bother you with new regulations, their tools are clunky to use (and sometimes don’t work at all), the documentation is bad, it’s very difficult to contact a human for help, and it’s just an unpleasant experience all around.

Since the EBF4 port is almost done (Ronja is currently playing it) I figure I’d write a bit about what I do actually like about mobile game dev, and why I’m spending a chunk of my time porting my games to Android and iOS, despite the frustration.

1. App stores only take a 15% cut from smaller developers, instead of Steam’s 30%. So that’s a very cool bonus, and is the main reason I considered mobile dev once this policy was announced by both Google and Apple.

2. Everyone has a phone – I can show my games to anyone if they’re on mobile, even to non-gamers. The potential audience is massive. And people asking for Switch ports will have no right to complain, since they also have phones.

3. My games are designed for mouse controls, so touch controls are an almost perfect fit. I do have to update the interfaces to display tooltips differently, and to make text and icons bigger, but in general mouse controls translate well to mobile, and in many cases using two thumbs is faster and more convenient than using a mouse. And if you really liked the mouse controls (rollover to see tooltips, etc), you can use a device with a stylus, and it’s functionally identical to a mouse!

4. The bar is really low for mobile games – I struggle to find games that aren’t full of bad practices like microtransactions, daily notifications, repetitive grinding, and lowest common denominator design. Being able to make good games feels like it gives me somewhat of a competitive edge. Good, well-known indie games do exist on mobile (Terraria, Stardew Valley, etc), but a lot of them require you to pay up front, or they’re better suited to consoles or PC due to complex controls and detailed graphics. The EBF games have point-and-click controls and cartoony graphics, and were originally free-to-play in web browsers, so they fit well on mobile. I feel like mobile gamers are getting just as good an experience as the PC players – and since it’s free-to-play they also get to try a huge chunk of the content before spending any money!

(I should clarify that while my games are free-to-play, they don’t have microtransactions. They have in-app purchases that disable ads and unlock side content, and the spending limit is only between $12 and $24 per game, more or less the same as buying the games on PC.)

5. The algorithm may bless me – much like on YouTube, success on mobile platforms seems to be a bit of a gamble due to the all powerful and completely opaque store algorithms. But this potentially means that my games can get a huge amount of exposure without any marketing at all, and that’s what seems to have happened with EBF5. The game’s got around 600,000 downloads on the Google Play store, and almost all of that is from the store algorithm showing it to people – my own marketing attempts are a drop in the bucket. It’s impossible to know exactly what metrics are important for the algorithm, but I have to imagine that having the game translated into many languages, good review scores, and long-term happy players helps here somewhat. But most importantly, I find the uncertainty of the algorithm very exciting – watching the daily downloads fluctuate due to forces outside of my control is pretty addictive, where as on Steam, the stats are more predictable and uninteresting, outside of a major sale or feature.

6. Flash works better on mobile than anywhere else! I’m still using Flash for all of my games, and before Adobe abandoned it, they made a final push to optimize it for mobile, especially iOS. For games with vector graphics, like EBF, the performance is comparable on mobile and PC, which is crazy. There are some visual effects that slow things down, but if I avoid using those, I can install PC versions of my games on a phone, and they will run fairly well before I make any changes. It’s very satisfying to see my games running smoothly on a small, portable device, especially since Flash hasn’t historically had the best reputation for performance. And in case anyone reading this doesn’t already know, Flashplayer (in the form of AIR) is now being maintained by HARMAN, a Samsung company, and is getting regular and sustainable updates. It’s not going to keep up with other cutting-edge game engines, but it’s still totally viable for small-ish games on desktop and mobile.