The Shaggy Dev - Page 4

Recent posts

Bite-Sized Godot: Audio volume sliders

6 minute read

Setting up volume sliders in Godot quick and simple. Here’s how to do it, and how to divide your audio into buses for a better user experience.

An introduction to Utility AI

23 minute read

Utility AI is a common technique for creating effective AI across a variety of genres. By turning data about the current game state into numbers, we can allo...

Bite-Sized Godot: Lambda functions

5 minute read

Lambda functions are small, anonymous functions that can be declared inline rather than via full function declaration. Let’s take a quick look at how to writ...