Fat Old Yeti

Fat Old Yeti

Being a blog of thoughts and tutorials from a hobby game developer.

06 Feb 2021

Entity Component Systems

Entity Component Systems (ECS) Over the past decade or so, there has been quite a drive to more and more make games usin...
06 Feb 2021

Roguelike Tutorial Part 2 (Refactor)

Roguelike in Go - Part 2 (Refactor) So, now that we have the basics, it’s time to do a little bit of refactoring s...
05 Feb 2021

Roguelike Tutorial Part 1

Roguelike in Go - Part 1 (Creating a basic Map) Create an empty project to type go mod init as you would starting any go...
05 Feb 2021

Roguelike Tutorial Part 0

Roguelike in Go - Introduction Over the course of the next couple weeks, I’ll be building a roguelike in Go, follo...