Categories
personal blog procedural generation series tutorial

Procedural Generation in GMS #5: A Flood of Fills

In this entry, we learn how a little bit of recursion can make some big waves with the flood fill algorithm.

Categories
personal blog procedural generation series tutorial

Procedural Generation in GMS #4: Connecting the Dots with Bresenham’s

In this entry, we learn how to use Bresenham’s line algorithm to connect two points quickly and efficiently.

Categories
personal blog procedural generation series tutorial

Procedural Generation in GMS #3: Creating Sweet Maps with Cellular Automata

In this entry, we dive into the fascinating world of map generation using Cellular Automata.

Categories
personal blog procedural generation series tutorial

Procedural Generation in GMS #2: Learning the Basics

In the second entry in the series, we learn about the data structures we will be using in future procedural generation techniques.

Categories
personal blog procedural generation series tutorial

Procedural Generation in GMS #1: An Introduction

This is the first entry in a series about creating procedurally generated content using GMS 2.3.

Categories
personal blog tutorial

Generating Maps (Bonus Plug and Play Map Generation Code Inside)

While I’ve been working on the Workshop update to Spaceslingers, I’ve been doing some procedural generation work on the side. Proc-gen is one of my favourite things to play around with, it’s always super cool to see what you can make the computer create. So, as is my wont, I’ve been making map generators. Contents […]