
Handle Errors In Gamemaker!
Gamemaker was created with beginning developers as it's target audience. Because of this we are able to get away with so many things...

Maze Generation Using BFS Part 1: The Coordinate Structure
In this post I will be going over concepts of creating a random maze generator in Gamemaker Studio 2 using Breadth First Search to ensure...