Game Maker: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{implementation|GML}} Game Maker (often abbreviated to GM) is a Windows and Mac IDE originally developed by [http://en.wikipedia.org/wiki/Mark_Overmars Mark Overmars] in the [[...")
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{wikipedia|Game Maker}}
{{implementation|GML}}
{{implementation|GML}}



Game Maker (often abbreviated to GM) is a Windows and Mac IDE originally developed by [http://en.wikipedia.org/wiki/Mark_Overmars Mark Overmars] in the [[Delphi]] programming language. It is currently developed and published by [http://www.yoyogames.com YoYo Games], a software company in which Overmars is involved. Game Maker allows users to easily develop computer games without the requirement of prior computer programming experience, while allowing advanced users to create complex applications with its built-in scripting language ([[GML]]).
== Game Maker ==


'''Game Maker''' (often abbreviated to '''GM''') is a [[Windows]] and [[Mac]] [[IDE]] originally developed by [[wp:Mark Overmars|Mark Overmars]]. It is currently developed and published by [http://www.yoyogames.com YoYo Games], a software company in which Overmars is involved. Game Maker allows users to easily develop computer games without the requirement of prior computer programming experience, while allowing advanced users to create complex applications with its built-in scripting language, [[:Category:GML|GML]].


Although intended for programming games, it is also very capable of many other function for a variety of different types of programs.
Although intended for programming games, it is also very capable of many other function for a variety of different types of programs.


The latest stable release of Game Maker for Windows is version 8 as of December 2009, and version 7 on Mac as of 11 August 2010. Since its initial release in 1999, Game Maker gained many new features, notably 3D graphics support, as well as a significant user base, with [http://www.yoyogames.com YoYo Games] providing free hosting for user-created games.
Since its initial release in 1999, Game Maker gained many new features, notably [[:Category:3D|3D]] graphics support, as well as a significant user base, with YoYo Games providing free hosting for user-created games.

==Game Maker Studio==

Game Maker Studio is a significantly newer version of the program. Since Game Maker 8.1 many new features have been added such as Physics, Networking and export to platforms such as Android or iOS.

==See also==
* [[wp:Game Maker|Game Maker on Wikipedia]]
* [http://www.yoyogames.com YoYo Games homepage]

Latest revision as of 09:56, 28 December 2013

This page uses content from Wikipedia. The original article was at Game Maker. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
Game Maker is an implementation of GML. Other implementations of GML.


Game Maker

Game Maker (often abbreviated to GM) is a Windows and Mac IDE originally developed by Mark Overmars. It is currently developed and published by YoYo Games, a software company in which Overmars is involved. Game Maker allows users to easily develop computer games without the requirement of prior computer programming experience, while allowing advanced users to create complex applications with its built-in scripting language, GML.

Although intended for programming games, it is also very capable of many other function for a variety of different types of programs.

Since its initial release in 1999, Game Maker gained many new features, notably 3D graphics support, as well as a significant user base, with YoYo Games providing free hosting for user-created games.

Game Maker Studio

Game Maker Studio is a significantly newer version of the program. Since Game Maker 8.1 many new features have been added such as Physics, Networking and export to platforms such as Android or iOS.

See also