GML

  • Learn GML: Variables

    Learn GML: Variables

    What is a Variable? A variable is a container that has a name and holds onto a piece of information you want to remember, change, or use later. In GameMaker, variables are how your game keeps track of things. They store numbers, text, and all sorts of data inside your game. Almost everything in coding

    read more

  • Learn GML: Code Blocks

    Learn GML: Code Blocks

    In GameMaker, code is written in blocks. A block is a group of instructions, called statements, that tell your game what to do. Each statement runs in order, and together they create the logic behind your game. A code block can do something simple, like add two numbers, or something complex, like make an enemy

    read more

  • How to Learn GML in GameMaker

    How to Learn GML in GameMaker

    Every game you’ve ever played, whether it’s jumping across platforms, collecting coins, or dodging enemies, started with a conversation. A creator gave their game a list of instructions, and the game listened. That’s what GML, or GameMaker Language, is all about. It’s the language GameMaker speaks so you can talk to your game and tell

    read more