| GameMaker | |
|---|---|
| Original author | Mark Overmars |
| Developer | YoYo Games |
| Initial release | 15 November 1999; 26 years ago (1999-11-15) |
| Stable release | v2024.14.0 /30 October 2025; 20 days ago (2025-10-30) |
| Written in | |
| Operating system | |
| Platform | |
| Available in | |
| License | Proprietary |
| Website | gamemaker |
GameMaker (originallyAnimo,Game Maker (until 2011) andGameMaker Studio) is a series ofcross-platformgame engines created byMark Overmars in 1999 and developed byYoYo Games since 2007. The latest iteration ofGameMaker was released in 2022.
GameMaker accommodates the creation ofcross-platform and multi-genrevideo games using a custom drag-and-dropvisual programming language or ascripting language known as Game Maker Language (GML), which can be used to develop more advanced games. GameMaker was originally designed to allow noviceprogrammers to be able to make computer games without much programming knowledge by use of these actions. Recent versions of software also focus on appealing to advanced developers.[1]
GameMaker is primarily intended for making games with2D graphics, allowingout-of-box use ofraster graphics,vector graphics (viaSWF),[2] and 2Dskeletal animations (via Esoteric Software's Spine)[3][4] along with a large standard library for drawing graphics and 2Dprimitives.[5] While the software allows for limited use of3D graphics, this is in form ofvertex buffer[6] andmatrix functions, and as such not intended for novice users.
The engine usesDirect3D on Windows, UWP, and Xbox One;OpenGL on macOS and Linux;OpenGL ES on Android and iOS,WebGL or2d canvas on HTML5, and proprietary APIs onconsoles.
The engine's primary element is an IDE with built-in editors for raster graphics,level design, scripting,paths, andshaders (GLSL orHLSL).[7] Additional functionality can be implemented in software's scripting language or platform-specific native extensions.[8] In GameMaker Studio 2, users can choose whether to export the game as anNSIS installer, or a.zip file containing the game, the data.win file, and any files added under the "Included Files" tab in the editor.[9]
GameMaker supports building forMicrosoft Windows,macOS,Ubuntu,HTML5,Android,iOS,Amazon Fire TV,Android TV,Raspberry Pi,[10]Microsoft UWP,PlayStation 4,Nintendo Switch[11] andXbox One;[12][13][14] support forPlayStation 5 andXbox Series X|S was announced in February 2021[15] though an "Enterprise" license is needed to build games for these consoles.[16]
In past, GameMaker supported building forWindows Phone (deprecated in favor of UWP),Tizen,PlayStation 3, andPlayStation Vita (not supported in GMS2 "largely for business reasons").[17]
PlayStation Portable support was demonstrated in May 2010,[18] but never made publicly available (with only a small selection of titles using it).[19]
Between 2007 and 2011, YoYo Games maintained a custom web player plugin for GameMaker games[20] before releasing it as open-source mid-2011[21] and finally deprecating in favor of HTML5 export.
Prior to August 2021, users had to obtain a single-purchase license for one of five different platforms, excluding consoles, depending on the target platform they wanted to publish on (such as desktop or mobile). An annual license was required to publish for consoles, which was also contained in an all-encompassing annual Ultimate license that covered all supported platforms. Yoyo Games announced a change to the licensing approach in August 2021, allowing GameMaker to be used for free to learn, and eliminating the single-purchase options. Instead, it simplified the license scheme to only two tiers, one that supported publishing on all non-console platforms, and a higher tier that added in console platform publishing support at a lower rate than the prior Ultimate license. These changes were aided by the financial investment of Opera into YoYo Games to help reduce costs for GameMaker users.[22] On 22 November 2023, GameMaker announced that it would be "free for non-commercial use on all platforms (excluding console)," and the current subscription system would be replaced by a one-time license.[23]
GameMaker Language (GML) is GameMaker's scripting language. It is animperative,dynamically typed language commonly likened toJavaScript and C-like languages.[24][25][26]
The language's default mode of operation on native platforms is via astack machine; it can also besource-to-source compiled to C++ viaLLVM for higher performance.[27] On HTML5, GML is source-to-source compiled to JavaScript with optimizations andminification applied in non-debug builds.[28]
GML Visual (originally called "Drag and Drop"[29]) is GameMaker's visual scripting tool.
GML Visual allows developers to perform common tasks (like instantiating objects, calling functions, or working with files and data structures) without having to write a single line of code. It is largely aimed at novice users.[30]
While historically GML Visual remained fairly limited in what can be comfortably done with it,[31][32] GameMaker Studio 2 had seen an overhaul to the system, allowing more tasks to be done with GML Visual, and having it translate directly to code[33] (with an in-IDE preview for users interested in migrating to code).
GameMaker was originally developed byMark Overmars. The program was first released on 15 November 1999 under the name of Animo (at the time, it was just a graphics tool with limited visual scripting capabilities).[34] The first versions of the program were being developed inDelphi.[35]
Subsequent releases saw the name changed to Game Maker and software moving towards more general-purpose 2D game development.
Versions 5.0 and below werefreeware; version 5.1 introduced an optional registration fee; version 5.3 (January 2004) introduced a number of new features for registered users, includingparticle systems, networking, and possibility to extend games using DLLs.[36]
Version 6.0 (October 2004) introduced limited functionality for use of 3D graphics, as well as migrating the runtime's drawing pipeline fromVCL toDirectX.[37]
Growing public interest led Overmars to seek help in expanding the program, which led to partnership with YoYo Games in 2007.[38] From this point onward, development was handled by YoYo Games while Overmars retained a position as one of the company's directors.[39] Version 7.0 was the first to emerge under this partnership.
The first macOS compatible version of the program was released in 2009,[40] allowing games to be made for two operating systems with minimal changes.
Version 8.1 (April 2011) saw the name changed to GameMaker (lacking a space) to avoid any confusion[41] with the 1991 softwareGame-Maker. This version also had the runtime rewritten in C++ to address performance concerns[42][failed verification][contradictory] with previous versions.
September 2011 saw the initial release of "GameMaker: HTML5" - a new version of software with capability to export games for web browsers along with desktop.[43]
GameMaker: Studio entered public beta in March 2012[43] and enjoyed a full release in May 2012.[44] Initial supported platforms included Windows, Mac, HTML5, Android, and iOS. Additional platforms and features were introduced over the years following;[45][46][47][48] Late 2012 there was an accident with anti-piracy measures misfiring for some legitimate users.[49]
In February 2015, GameMaker was acquired byPlaytech together with YoYo Games. Announcement reassured that GameMaker will be further improved and states plans to appeal to broader demographic, including more advanced developers.[1][50]
November 2016 saw the initial release of GameMaker Studio 2 beta,[51] with full release in March 2017.[52] This version sports a completely redesigned IDE (rewritten in C#[53]) and a number of new editor and runtime features.
In August 2020, major update 2.3 was released, bringing a host of new features to IDE, runtime, and the scripting language.[54]
In January 2021,YoYo Games was sold toOpera Software for roughly 10 millionUSD. The development team of GameMaker remains the same, and has not caused any major development changes to GameMaker Studio.[55][56][57]
In August 2021, YoYo Games announced that they would be changing their licenses to offer a free version of the GameMaker engine.[58]
In January 2022, YoYo Games changed GameMaker Studio 2's numbering scheme so the version corresponds to the year and the month it was released (For example, 2022.1 for January 2022).[59]
In April 2022, YoYo Games dropped theGameMaker Studio 2 name in order to match its new version numbering scheme, changing it to simply GameMaker.[60]
Douglas Clements ofIndie Game Magazine wrote that the program "[s]implifies and streamlines game development" and is "easy for beginners yet powerful enough to grow as you develop", though noting that "resource objects have to be gathered if unable to create" and that licensing betweenSteam and the YoYo Games website is "convoluted".[61]
Gamemaker was used in schools because of its drag and drop programming interface. It preceded programming environments which were developed for educational use such asScratch andWalter Bender's Turtle Blocks. Its use in schools was preceded by Logo but Logo was text based rather than drag and drop. For teachers using Game Maker, it shared aConstructionist learning theory with Logo.[62][63][64][65][66]