Author Archives: Noel

Porting My Game Code To Mac OS

Posted on by Noel

I’m still working on prototypes. I’ve spent the last six months going through different game ideas and working on prototype after prototype. Along the way I’ve made over 20 different prototypes on iPad or iPhone. I’m sure a lot of those prototypes would have made decent iOS games, but I wasn’t particularly excited to develop them all the way and take them to completion. I’m looking for something that’s both very interesting to develop and something I can proudly point to after it ships.

Right now I have a couple of game ideas in hand that I’m pretty excited about. I prototyped one of those, but I quickly realized it might be a game better suited for desktops rather than iOS, so I decided to write my next prototype for that game on the Mac. Maybe another day I’ll write a post about prototypes, but what I want to write about today is my experience moving over my prototyping code to the Mac. Continue reading

Posted in Game tech

What The Rovio Deal With Casey’s Contraptions Means To Me

Posted on by Noel

spacer I imagine everybody reading this already knows that we sold the Casey’s Contraptions game and IP to Rovio. They’ll be relaunching the game as Amazing Alex for iOS and other platforms soon, and putting all the Rovio marketing might behind it. Exciting times ahead for Casey!

I’ve been receiving a lot of questions about how it happened, how’s affecting me, and what my plans for the future are. So here’s my attempt to answer some of those questions. Continue reading

Posted in Business | Tagged casey's contraptions

Office Space

Posted on by Noel

Those who put up with my incessant chatter (or rants, depending how long I’ve gone without a run) on Twitter, know that I recently moved out of my home office and leased an office in town. This change was mostly due to my wife and I having a baby daughter a few months ago. I’ve taken most of this time as an extended paternity leave, but when it was time to do some work again, it was clear that working from home wasn’t the ideal environment anymore. Continue reading

Posted in General

Quick Tip: Working With Shaders On iOS

Posted on by Noel

I’m taking a couple of days to upgrade some of my libraries for doing prototyping both in 2D and 3D. One of the many overdue things I wanted to do, was to finally ditch OpenGL ES 1.1 and move to 2.0 exclusively. Yes, even if you’re only doing a 2D game, OpenGL ES 2.0 is way worth it.

There were even a couple of cases during Casey’s Contraptions that we wanted a particular effect, and couldn’t get it quite right, but it would have been trivial to whip up a shader if we had been using OpenGL ES 2.0. In the end, we had to resort to texture combiners (yuck), and it wasn’t exactly what we had in mind. Continue reading

Posted in Graphics, iOS, Tools

Big Displays: The Good, The Shiny, and The Ugly

Posted on by Noel

I remember back in the mid-90s, I went through 5 or 6 19″ CRT monitors before I found one that I thought was acceptable running at 1600×1200. I believe it was a Samsung and it even needed BNC cables to get the signal without interference and degradation to get the quality I wanted.

Fortunately, display technology caught up over the years and I’ve been happy with the LCD monitors I have since then.

Until now.

I’ve been looking into large LCD monitors to set up in my new office with my Macbook Pro, and I find myself pushing into the limit of technology once again. The results: I went through 3 monitors of about $1K each. Two fell completely short, and one was perfect. Continue reading

Posted in Uncategorized