godot3_procgen_demos icon indicating copy to clipboard operation
godot3_procgen_demos copied to clipboard

Exploring Procedural Generation algorithms in Godot

Procedural Generation in Godot

In this series, we’ll explore the applications of procedural generation to game development. While we’ll be using Godot 3.0 as our platform, much of the concepts and algorithms related to this subject are universal, and you can apply them to whatever platform you may be working on.

Part 01: Mazes

Generating a random maze using the Recursive Backtracker algorithm and Godot's TileMap node.

alt

  • Text: http://kidscancode.org/blog/2018/08/godot3_procgen1/
  • Video: https://youtu.be/YShYWaGF3Nc

Part 02: Using Mazes

Additions and modifications to the maze generator from Part 1.

  • Text: http://kidscancode.org/blog/2018/09/godot3_procgen2/
  • Video: https://youtu.be/qkiyzjTqm9o

Part 03: Tile-based Infinite Worlds

Generating a random tile-based map as you explore it.

  • Text: http://kidscancode.org/blog/2018/09/godot3_procgen3/
  • Video: https://youtu.be/lc34v8pjTXk