Game Builder Lets Kids — Even Old Kids — Build Games

One rite of passage back in the good old days of owning a TRS-80, Commodore 64, or similar vintage computer was writing your own game. It probably wouldn’t be very good, but it wouldn’t be much worse than most of the stuff that was out there, either. Today, trying to get a kid interested in “hunt the wumpus” is probably not going to fly and having them create a modern-looking game is out of the question. Or is it? Disguised as a game itself, Game Builder offers an interactive way to create interesting games without having to get too detailed into programming. On the other hand, it supports JavaScript, so you can get to programming if you need to or want to. We could easily see a kid — or even an adult — easing into programming using this game which is free, from Google.

In the old days, hardware was a limiting factor and Basic made it pretty easy to whip out some text or crude graphics. Our favorite was a high low game that guesses your number. But everyone had some little game they’d create so they said they could. Today’s games, though, have good graphics and music and 3D shapes and a host of other things you didn’t have to contend with back then. Game Builder, though, makes it pretty simple. You can work on a game by yourself, or with friends, or with the general public. Everyone involved can play the game, but they can also edit the game. The tool runs under Steam so even though it is marked for PC or Mac, it will also run on Linux if you have Steam installed properly.

Playing at Editing

There is very little difference between playing and editing. You can start with a template or a blank canvas. At any time during game play, you can switch to edit mode with a mouse click or the tab key. If you start with the blank template, you get four player characters on a big green field. But you can change anything you want. You can hide players, change their representations, or even their physics.

When you enter build mode you get a menu down at the bottom that lets you pick: create, move, rotate, scale, terrain, text, logic, or edit. Most of these are exactly what they sound like. You can create from a wide number of models that tie into Google poly. The terrain mode is like Minecraft where floors are built from blocks. The logic menu is what’s really interesting though.

In the Cards

Each actor can have a number of cards arranged in panels. For example, a player might have a panel for health. A card within would set how many life points the player has and what to do when there are no more. Another card might register a collision with an object that has a weapon tag and use it to deduct points from the player’s life. Other cards control motion, display attributes, and so on. There are cards that have if/then/else logic and cards that react to events like collisions, time, or the start of the game.

In the figure, you can see a card on the left making a platform on the right move back and forth. Each card has settings that vary depending on its function. In this case, you can control the speed, for example.

The cards actually have JavaScript behind them, which you can convert into if you want finer control. The edit menu command lets you set an actor’s appearance and also their physics. You can, for example, make objects heavy or immovable. You can determine how they bounce and if you can push them. There are handy presets for common items like characters and walls.

Just Try It

It sounds a little complicated, but if you do the tutorial it is really quite simple. The nice thing too is if you are in a game and you see something you want to know how to build yourself, you can just slip into build mode and look at the logic behind it. In fact, one of the demos is nothing more than things to look at in that way. There is a rocket to launch and a tree you can cut down with an ax. You can even paint rocks.

You might enjoy the video from [Shojib] below to see how it works, but it is more fun to just go load it and try it. There’s also an official tutorial video below the first one. It isn’t hard to pick up, especially if you work the tutorial and the card fair demo.

Often when we are talking video games around here, we mean something old fashioned. We’d like to see someone do some classic games with this, such as Space Invaders or PacMan. We think you could do it.

4 thoughts on “Game Builder Lets Kids — Even Old Kids — Build Games

  1. I was all “Yay!” until “from Google”. I applaud their involvement and innovation in education, but there’s come a certain predictable disappointment with Google lately. How long before this awesome thing is killed off? The deathwatch almost starts immediately for any new Google initiative as a natural result of the way they’ve managed what they offer.

    Tell me all the source code is open source and you don’t have baked in dependencies on other Google APIs to make it work and then you have something wonderful.

    Politicians may be plotting Google’s break up or demise, but Google has almost made it a necessity by their own actions, even though they were rooted in sound business and economics. It would probably be better if instead of popping out “from Google” they just directly sponsored open source labs that specialize in various areas. I know, I’m a beggar trying to choose here. Just voicing some objective observer observations that have obviously been frustrating for a number of us.

  2. Thanks for showcasing this Al. My 8 year old daughter takes a lot of interest with my blinky arduino projects but her patience understandably runs pretty thin with algebra in a text editor. This is really a neat platform that lets her play the game as she’s building and sneaks in a lot of really practical concepts.

Leave a Reply to JustinCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.