Questions tagged [game-maker]

GameMaker is a Windows and Mac OS IDE which allows users to easily develop computer games without the requirement of prior computer programming experience.

Game maker

GameMaker is designed to allow its users to easily develop video games without having to learn a complex programming language such as C++ or Java through its proprietary drag and drop system. These icons represent actions that would occur in a game, such as movement, basic drawing, and simple control structures. It is also possible to create custom "action libraries" using the Library Maker.


Graphics

GameMaker primarily runs games that use 2D graphics, allowing the use of limited 3D graphics. It supports the ability to create particle effects such as rain, snow and clouds, however not natively in 3D except through use of Dynamic Link Library.


GML

Game Maker Language (GML) is the primary interpreted scripting language used in GameMaker, which is usually significantly slower than compiled languages such as C++ or Delphi. It is used to further enhance and control the design of a game through more conventional programming, as opposed to the drag and drop system.


Platforms

GameMaker accommodates redistribution on multiple platforms. The program builds for these platforms: Windows, Windows 8, Mac OS X, Ubuntu, HTML5, Android, iOS, Windows Phone 8, Tizen, Xbox One, and Playstation.


Source: Wikipedia

411 questions
-2
votes
2 answers

Is there a similar game making software to warcraft's world editor?

Currently, warcaft's world editor is the only software which I know to use, I was wondering if there are other similar, but game making software out there? Thanks in advance.
HELIOS
  • 1
  • 1
-2
votes
2 answers

How to make a program like game maker or scrolling game dev kit 2

Are there any tutorials on how to make a program like game maker? I know python and c++ but am willing to learn other languages if need be. I would also like the program to generate source code in a language designed for the program that can be…
maco2605
  • 23
  • 1
  • 4
-3
votes
1 answer

Need help getting Voronoi Cells

Hey All i'm trying our something in GML (Gamemaker) which doesn't seem like it's tried often. Right now i'm trying to produce a voronoi diagram. I translated an old Action script code that i found on the internet since the syntax is very similar to…
Shredderx
  • 25
  • 1
  • 6
-4
votes
1 answer

Is there any tool for defining roles and relationship of game dynamics

We want to develop a game for multi user can play at the same time with together in browser. This game will be text-based. It has a strong scenario. But some roles,skills,experience etc. are not clear. We are searching a tool to manage and defining…
-5
votes
1 answer

My Game Maker Character is glitching

I have a liddle problem. I'm programming a jump and run game with Game Maker Studio. But the animation from the Character is glitching. If I jump against the wall, my Character gets stuck in the wall and if he come down, the Sprites are switching…
Fabian Rise
  • 11
  • 1
  • 4
-10
votes
1 answer

Github made canser in my game

I am working on a project for shcool and in order to work with my partner effectivly we are using git hub. we are making the game in game maker, but there is a problem where a room called room0.room.gmx is giving me an error. I deleted it in the…
1 2 3
27
28