New GML Features in 2.3 (GameMaker Studio)
The new GML has methods, structs, constructors, and more! Read all about it on GameDev Palace. … More New GML Features in 2.3 (GameMaker Studio)
The new GML has methods, structs, constructors, and more! Read all about it on GameDev Palace. … More New GML Features in 2.3 (GameMaker Studio)
Pixel art basics & tips to help you get better! … More Pixel Art: Basics & Tips
Learn to create a turn-based board game using DS grids in GameMaker! … More Turn-Based Board Game Using DS Grids
In Part 3, we add bots to our Physics Racing Game! … More Physics Racing Game – Bots (Part 3)
Part 2 of our Physics Racing Game tutorial series, where we implement laps. … More Physics Racing Game – Laps (Part 2)
In this tutorial, we’ll build a simple physics racing game example. We’ll start with the car & the track. … More Physics Racing Game – Track (Part 1)
Make local multiplayer games in split screen that support gamepad + keyboard input! … More Split Screen Multiplayer with Gamepad Input
SCM (Source Control Management) is a great way of managing different versions of your projects and collaborating with others. I recommend you set up SCM on your computer for all your future projects. In this tutorial, I’ll show you how you can set up Git GUI for source control with GameMaker projects. This post will … More Source Control Management using Git GUI
Hey! I just released an asset for making destructible terrain. Basically, it can convert your existing level (made with either objects or tiles) into a destructible terrain, and has some pretty useful functions for interacting with that terrain. You can purchase the asset here, for only $1.99. In this tutorial, I’ll show how you can … More How to Use the Destructible Terrain Converter (GMS2)
Hey! This tutorial will be an introduction to surfaces. As an example, I will make a simple paint demo, where you can draw using a brush tool. This tutorial was made for GameMaker Studio 2, but should work with 1.4 too. Surfaces A surface is like a canvas with a certain size. After you create … More Introduction to Surfaces – Paint Demo