Playing games about making games

While Gamestar Mechanic isn’t really a fit as a development tool for my course, it’s an excellent example of a teaching game, and I would highly recommend it for anybody with a middle-school aged kid (I think that is the right age range for it). The game is structured as a quest to learn to be a game developer, but what surprised me was how much of the focus was on good design, not just how to place blocks and enemies and make things go. You start out by just playing the various types of games that might get built … Continue reading Playing games about making games

Tsk Tsk Speedometer

I really enjoyed this assessment of how a speedometer both breaks a ton of good-visualization rules, and yet is a great visualization given its purpose and context of use. I particularly liked its discussion of why you would want to change scale halfway through a visualization in this setting. Obviously, don’t break the rules until you understand them disclaimers apply, but it’s a really elegant example of how blindly following rules alone also doesn’t make good design.

Sourcecode access wanted

GameSalad is a graphical game-programming tool available for Windows now as well as the Mac (though I had to install something called the Microsoft XNA Framework which doesn’t sound horrible at all), and supports HTML5 for deploying games on the web but also iOS and Android for tablet/phone games (in the pay version). It seems like the pay version focuses on integrating tools for monetization, ads, in-game sales, and social gaming. The core of the free version is very full-featured though. The built-in behaviors and attributes are broad. It’s nicely object-oriented, which I liked about GameMaker when I used it … Continue reading Sourcecode access wanted

Blocky coding

One of my projects this month is looking into tools I might use in a very-introductory course organized around the theme of games. I’m still circling in on the exact set of capabilities I’m looking for, but since one goal of the course is to warm people up for a more intense Java programming course, exposing them to simple programming in a visual manner is appealing. One possibility is Blocky from Google. Web-based drag-and-drop programming where constructs are puzzle pieces. The maze demo gives a nice starting point for thinking about solving problems, using ifs and loops, debugging, etc. You … Continue reading Blocky coding