Christmas is almost upon us πŸŽ„ I recently discovered the very interesting Advent of Code challenge, in which a different coding puzzle is presented each day.

I’m going to attempt to solve these puzzles using GDScript and will be posting my solutions here in this series. The solution code will be posted on Github. Feel free to follow along, ask questions, and let’s see how far we can go!

Why GDScript?

To sharpen my GDScript skills! As I continue to learn Godot Engine, I thought this would be a good opportunity to apply what I’ve learned in a unique and interesting way.