

Which program you prefer will largely come down to personal taste. While there’s nothing here that can’t be executed in GameMaker, the different presentation may be easier for some users to get their minds around. One of Construct’s interface innovations is the “Event Sheet,” a separate tab that aggregates the game logic and instructions running in the background. Released in 2011, it does a lot of the same things GameMaker does, but in different ways.
Who made façade video game code#
If you do want to write code - or better, yet copy and paste someone else’s - GameMaker accommodates that with its proprietary language, GML, which can be integrated with the mostly drag-and-drop interface.ĭownload a free trial version of GameMakerĬonstruct feels like GameMaker’s younger, hipper, and pricier cousin.

What exactly is happening when one object bumps into another? If your character “shoots” a gun, what does that mean in terms of graphical sprites placed along X/Y coordinates? How many frames are in your heroine’s animation, under what conditions does her image flip horizontally, how high does she jump, and how much control do you have over her while she’s in midair? Answering these questions may seem tedious, but it can be exhilarating once you dig into them. Some may be turned off by GameMaker’s old-school vibe, but I found it a powerful, surprisingly simple introduction to game design, partly because it forces you to confront fundamentals.
