Software:GameMaker Studio

From HandWiki
GameMaker Studio
The game maker logo.png
Original author(s)Mark Overmars
Developer(s)YoYo Games
Initial release15 November 1999; 24 years ago (1999-11-15)
Stable release
v2.2.5 / 18 December 2019; 4 years ago (2019-12-18)
Written inC++ (Runtime), C# (IDE)
Operating systemMicrosoft Windows
macOS
Available inEnglish, French, Spanish, German
TypeGame creation system
LicenseProprietary
Websiteyoyogames.com

GameMaker Studio (formerly Animo until 1999, Game Maker until 2011, GameMaker until 2012, and GameMaker: Studio until 2017) is a cross-platform game engine developed by YoYo Games.

GameMaker accommodates the creation of cross-platform and multi-genre video games using a custom drag-and-drop visual programming language or a scripting language known as Game Maker Language, which can be used to develop more advanced games that could not be created just by using the drag and drop features. GameMaker was originally designed to allow novice computer programmers 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]

Overview

GameMaker is primarily intended for making games with 2D graphics, allowing out-of-box use of raster graphics, vector graphics (via SWF),[2] and 2D skeletal animations (via Esoteric Software's Spine)[3][4] along with a large standard library for drawing graphics and 2D primitives.[5] While the software allows for limited use of 3D graphics, this is in form of vertex buffer[6] and matrix functions, and as such not intended for novice users.

The engine uses Direct3D on Windows, UWP, and Xbox One; OpenGL on macOS and Linux; OpenGL ES on Android and iOS, WebGL or 2d canvas on HTML5, and proprietary APIs on consoles.

The engine's primary element is an IDE with built-in editors for raster graphics, level design, scripting, paths, and shaders (GLSL or HLSL).[7] Additional functionality can be implemented in software's scripting language or platform-specific native extensions.[8] In GameMaker Studio 2, you can choose whether to export the game as an NSIS 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]

Supported platforms

GameMaker supports building for Microsoft Windows, macOS, Ubuntu, HTML5, Android, iOS, Amazon Fire TV, Android TV, Microsoft UWP, PlayStation 4, and Xbox One;[10][11][12] support for the Nintendo Switch was announced in March 2018, with Undertale to be the first such title to be brought to the Switch.[13]

In past, GameMaker supported building for Windows Phone (deprecated in favor of UWP), Tizen, PlayStation 3, and PlayStation Vita (not supported in GMS2 "largely for business reasons").[14]

PlayStation Portable support was demonstrated in May 2010,[15] but never made publicly available (with only a small selection of titles using it).[16]

Raspberry Pi support was demonstrated in February 2016,[17] but as of May 2018 not released.

Between 2007 and 2011, YoYo Games maintained a custom web player plugin for GameMaker games[18] before releasing it as open-source mid-2011[19] and finally deprecating in favor of HTML5 export.

Drag and Drop

Drag and Drop (DnD) is GameMaker's visual scripting tool.

DnD 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 remains to be largely aimed at novice users.[20]

While historically DnD remained fairly limited in what can be comfortably done with it,[21][22] GameMaker Studio 2 had seen an overhaul to the system, allowing more tasks to be done with DnD, and having it translate directly to code[23] (with an in-IDE preview for users interested in migrating to code).

GameMaker Language

GameMaker Language is GameMaker's scripting language. It is an imperative, dynamically typed language commonly likened to JavaScript and C-like languages.[24][25][26]

The language's default mode of operation on native platforms is via a stack machine; it can also be source-to-source compiled to C++ via LLVM for higher performance.[27] On HTML5, GML is source-to-source compiled to JavaScript with optimizations and minification applied in non-debug builds.[28]

History

GameMaker was originally developed by Mark 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).[29] The first versions of the program were being developed in Delphi.[30]

Subsequent releases seen the name changed to Game Maker and software moving towards more general-purpose 2d game development.

Versions 5.0 and below have been freeware; version 5.1 introduced an optional registration fee; version 5.3 (January 2004) introduced a number of new features for registered users, including particle systems, networking, and possibility to extend games using DLLs.[31]

Version 6.0 (October 2004) introduced limited functionality for use of 3D graphics, as well as migrating the runtime's drawing pipeline from VCL to DirectX.[32]

Growing public interest led Overmars to seek help in expanding the program, which led to partnership with YoYo Games in 2007.[33] From this point onward, development was handled by YoYo Games while Overmars retained a position as one of company's directors.[34] Version 7.0 was the first to emerge under this partnership.

The first macOS compatible version of program was released in 2009,[35] allowing games to be made for two operating systems with minimal changes.

Version 8.1 (April 2011) sees the name changed to GameMaker (lacking a space) to avoid any confusion[36] with the 1991 software Game-Maker. This version also had the runtime rewritten in C++ to address performance concerns[37] with previous versions.

September 2011 sees the initial release of "GameMaker: HTML5" - a new version of software with capability to export games for web browsers alongside with desktop.[38]

GameMaker: Studio entered public beta in March 2012[38] and enjoyed a full release in May 2012.[39] Initial supported platforms included Windows, Mac, HTML5, Android, and iOS. Additional platforms and features were introduced over the years following;[40][41][42][43] Late 2012 there was an accident with anti-piracy measures misfiring for some legitimate users.

In February 2015, GameMaker was acquired by Playtech 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][44]

November 2016 sees the initial release of GameMaker Studio 2 beta,[45] with full release in March 2017.[46] This version spots a completely redesigned IDE (rewritten in C#[47]) and a number of new editor and runtime features.

Reception

The program currently holds a rating of 8.5/10 on Mod DB based on 223 user reviews; many cite its flexibility and ease of use as positives and instability, crashes, project corruption and outdated features as negatives.[48] Douglas Clements of Indie 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 between Steam and the YoYo Games website is "convoluted".[49]

References

  1. 1.0 1.1 Vinciguerra, David; Howell, Andrew (16 October 2015). The GameMaker Standard. CRC Press. ISBN 978-1-317-51469-5. https://books.google.com/books?id=dM-9CgAAQBAJ&pg=PA3. 
  2. Kerr, Chris. "GameMaker Studio 2 gets new low-cost 'Creators Edition'" (in en). https://www.gamasutra.com/view/news/309594/GameMaker_Studio_2_gets_new_lowcost_Creators_Edition.php. 
  3. "GDC17: GameMaker Studios 2.0 Takes On Industry Titans | Broken Joysticks" (in en-US). Broken Joysticks. 12 March 2017. https://www.brokenjoysticks.net/2017/03/12/game-maker-studio-takes-on-titans/. 
  4. "Skeletal Animation Sprites Using Spine | Blog | YoYo Games" (in en). https://www.yoyogames.com/blog/43/skeletal-animation-sprites-using-spine. 
  5. "Drawing". http://docs2.yoyogames.com/source/_build/3_scripting/4_gml_reference/drawing/index.html. 
  6. "Drawing And Creating Primitives". http://docs2.yoyogames.com/source/_build/3_scripting/4_gml_reference/drawing/primitives/index.html. 
  7. "2D Game Development Engine 'GameMaker Studio 2' Debuts on macOS" (in en). https://www.macrumors.com/2017/09/02/gamemaker-studio-2-debuts-on-macos/. 
  8. "GameMaker Studio 2 gets an education edition" (in en-US). VentureBeat. 23 May 2017. https://venturebeat.com/2017/05/23/gamemaker-studio-2-gets-an-education-edition/. 
  9. "Compiling". https://docs2.yoyogames.com/source/_build/1_overview/2_quick_start/6_compiling.html. 
  10. Evan Lewis (6 November 2014). "Learn how to make your own video games with GameMaker: Studio at RetroGameCon". Syracuse Media Group. http://www.syracuse.com/entertainment/index.ssf/2014/11/learn_how_to_make_your_own_games_with_gamemaker_studio_at_retrogamecon.html. Retrieved 2 December 2014. 
  11. "This will let you say 'Happy Birthday,' 'Get Well Soon' with a video game". Alexa Ray Corriea. 22 January 2014. http://www.polygon.com/2014/1/22/5333982/this-will-let-you-say-happy-birthday-get-well-soon-with-a-video-game. Retrieved 23 January 2014. 
  12. "No coding required: How new designers are using GameMaker to create indie smash hits". PC Gamer. http://www.pcgamer.com/no-coding-required-how-new-designers-are-using-gamemaker-to-create-indie-smash-hits/. Retrieved 15 January 2015. 
  13. Good, Owen (9 March 2018). "Undertale coming to Switch brings indie games' GameMaker Studio engine with it". Polygon. https://www.polygon.com/2018/3/9/17100548/gamemaker-studio-2-nintendo-switch-undertale. Retrieved 9 March 2018. 
  14. "We are YoYoGames, we recently announced GameMaker Studio 2. Ask us anything. • r/gamemaker" (in en). https://www.reddit.com/r/gamemaker/comments/5d2y93/we_are_yoyogames_we_recently_announced_gamemaker/da1dytt/. 
  15. "Create games for your PSP with Game Maker". Pocket Gamer. http://www.pocketgamer.co.uk/r/PSP/Game+Maker+Runner/news.asp?c=20401. 
  16. "Indie platformer They Need To Be Fed coming to PSP". Pocket Gamer. http://www.pocketgamer.co.uk/r/PSP/They+Need+To+Be+Fed/news.asp?c=20574. 
  17. "Three great GameMaker games for Raspberry Pi - Raspberry Pi" (in en-GB). Raspberry Pi. 15 February 2016. https://www.raspberrypi.org/blog/three-great-gamemaker-games-raspberry-pi/. 
  18. "GMking's MarkUp Magazine - Issue 12" (in English). https://archive.org/stream/GmkingsMarkupMagazine-Issue12/MarkUp_12#page/n42/mode/1up. 
  19. "YoYo Website plans | Blog | YoYo Games" (in en). https://www.yoyogames.com/blog/152/yoyo-website-plans. 
  20. "Interview: James Cox of YoYo Games about GameMaker Studio 2 | This Is Xbox" (in en-US). This Is Xbox. http://www.thisisxbox.com/interview-james-cox-yoyo-games-gamemaker-studio-2/. 
  21. "Drag-and-Drop icons to GameMaker Language reference". https://www.packtpub.com/sites/default/files/downloads/4100OT_Appendix_Drag_and_drop_Icons_to_GameMaker_Language_Reference.pdf. 
  22. "No coding required: How new designers are using GameMaker to create indie smash hits" (in en). pcgamer. http://www.pcgamer.com/no-coding-required-how-new-designers-are-using-gamemaker-to-create-indie-smash-hits/. 
  23. "GameMaker Studio creators look back at 17 years of development" (in en-US). VentureBeat. 4 September 2017. https://venturebeat.com/2017/09/03/gamemaker-studio-creators-look-back-at-17-years-of-development/. 
  24. Christian, Brian; Isaacs, Steven (28 December 2015). GameMaker Programming By Example. Packt Publishing Ltd. ISBN 978-1-78588-847-2. https://books.google.com/books?id=eDzlCwAAQBAJ&pg=PR6. 
  25. Jr, Jerry Lee Ford (1 June 2009) (in en). Getting Started with Game Maker. Cengage Learning. ISBN 978-1435455214. https://books.google.com/books?id=-5OFAwAAQBAJ&pg=PA9&lpg=PA9. 
  26. Habgood, Jacob; Overmars, Mark (31 December 2006). The Game Maker's Apprentice: Game Development for Beginners. Apress. ISBN 978-1-4302-0159-5. https://books.google.com/books?id=PLdsEjKnt5AC&pg=PA225. 
  27. "GameMaker: Studio introduces YoYo Compiler and cross-platform Shader support" (in en-US). http://www.adweek.com/digital/gamemaker-studio-introduces-yoyo-compiler-and-cross-platform-shader-support/. 
  28. Elliott, Jason Lee (22 April 2013). HTML5 Game Development with GameMaker. Packt Publishing Ltd. ISBN 978-1-84969-411-7. https://books.google.com/books?id=uDWG1gYWxokC. 
  29. Jr, Jerry Lee Ford (1 June 2009) (in en). Getting Started with Game Maker. Cengage Learning. ISBN 978-1435455214. https://books.google.com/books?id=-5OFAwAAQBAJ&lpg=PP1&pg=PA5. 
  30. "Game Maker Studio engine". Desura. http://www.desura.com/engines/game-maker. Retrieved 29 May 2013. 
  31. "Game Maker Pages". 10 January 2004. https://web.archive.org/web/20040110215821/http://www.gamemaker.nl:80/registration.html. 
  32. Ford, Jerry (2010). Getting Started with Game Maker. Course Technology, a part of Cengage Learning. ISBN 978-1-59863-882-0. https://books.google.com/books?id=0cs4Jv7ik5gC&pg=PA11. 
  33. Stanton, Rich (23 July 2015) (in en). A Brief History Of Video Games: From Atari to Virtual Reality. Little, Brown Book Group. ISBN 9781472118813. https://books.google.com/books?id=NUFIBQAAQBAJ&pg=PA341. 
  34. Habgood, Jacob; Overmars, Mark (31 December 2006). The Game Maker's Apprentice: Game Development for Beginners. Apress. ISBN 978-1-4302-0159-5. https://books.google.com/books?id=PLdsEjKnt5AC&pg=PR16. 
  35. Jr, Jerry Lee Ford (1 June 2009) (in en). Getting Started with Game Maker. Cengage Learning. ISBN 978-1435455214. https://books.google.com/books?id=-5OFAwAAQBAJ&pg=PR14. 
  36. Eric-Jon Rössel, Tairne (30 April 2010). "The Original Game-Maker". Archived from the original on 1 March 2014. https://web.archive.org/web/20140301005957/http://www.diygamer.com/2010/04/original-gamemaker/. Retrieved 15 January 2015. 
  37. Ford, Jerry (2009). Getting Started with Game Maker. Cengage Learning. p. 333. ISBN 978-1133168966. https://books.google.com/books?id=5UAIAAAAQBAJ. 
  38. 38.0 38.1 Rose, Mike. "YoYo Games Releases GameMaker: HTML5 Tools" (in en). https://www.gamasutra.com/view/news/37398/YoYo_Games_Releases_GameMaker_HTML5_Tools.php. 
  39. "YoYo Games unveils GameMaker: Studio for cross-platform development" (in en-US). VentureBeat. 22 May 2012. https://venturebeat.com/2012/05/22/yoyo-games-unveils-gamemaker-studio-for-cross-platform-development/. 
  40. "Game Maker Studio 1.1 released - csanyk.com" (in en-US). csanyk.com. 6 September 2012. https://csanyk.com/2012/09/game-maker-studio-1-1-released/. 
  41. "YoYo Games updates GameMaker: Studio to speed development time" (in en-US). VentureBeat. 27 August 2013. https://venturebeat.com/2013/08/27/yoyo-games-updates-its-game-tools-to-speed-development-time/. 
  42. "GameMaker est disponible en version 1.3 et apporte un nouveau débogueur et le support des consoles de Sony" (in fr-FR). Developpez.com. https://jeux.developpez.com/actu/71823/GameMaker-est-disponible-en-version-1-3-et-apporte-un-nouveau-debogueur-et-le-support-des-consoles-de-Sony/. 
  43. "Welcome to GameMaker: Studio 1.4 | GameMaker Blog". 18 June 2016. https://web.archive.org/web/20160618133327/http://www.gamemakerblog.net/welcome-to-gamemaker-studio-1-4/. 
  44. "YoYo Games is Acquired by Playtech plc | YoYo Games". 26 March 2015. https://web.archive.org/web/20150326191637/http://www.yoyogames.com/playtech. 
  45. "GameMaker Studio 2 enters beta". PCGamesN. https://www.pcgamesn.com/gamemaker-studio-2-beta. 
  46. GameFromScratch.com, Copyright. "GameMaker Studio 2 Released". http://www.gamefromscratch.com/post/2017/03/09/GameMaker-Studio-2-Released.aspx. 
  47. "GameMaker Studio 2: Remade to Stay Up-to-date - Gamesauce: Global Inspiration for Game Developers" (in en-US). http://www.gamesauce.biz/2017/04/05/gamemaker-studio-2-remade-stay-date/. 
  48. "GameMaker: Studio Reviews". DBolical Pty Ltd.. http://www.indiedb.com/engines/gamemaker/reviews. Retrieved 15 January 2015. 
  49. Douglas Clements. "'GameMaker: Studio' – Lord Over The Pixels". http://indiegamemag.com/gamemaker-studio-lord-over-the-pixels/. 

External links