Fat Old Yeti

Fat Old Yeti

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

10 Feb 2022

Roguelike Tutorial 19

Roguelike in Go - Part 19 (Player HUD) All of the source code for this tutorial can be found here. At this point, we sho...
09 Feb 2022

Roguelike Tutorial 18

Roguelike in Go - Part 18 (Variety of Bad Guys) All of the source code for this tutorial can be found here. So, at this ...
09 Feb 2022

Roguelike Tutorial 17

Roguelike in Go - Part 17 (Combat Fixes) All of the source code for this tutorial can be found here. Ok, we now have a U...
08 Feb 2022

Roguelike Tutorial 16

Roguelike in Go - Part 16 (UI) All of the source code for this tutorial can be found here. Ok, we have combat working, b...
07 Feb 2022

Roguelike Tutorial 15

Roguelike in Go - Part 15 (Update Libraries) All of the source code for this tutorial can be found here. Since it’...
06 Feb 2022

My Absence

An Apology for my prolonged absence I started this blog at the request of a friend who was a fellow lover of Roguelikes....
11 Feb 2021

Roguelike Tutorial 14

Roguelike in Go - Part 14 (Basic Combat) All of the source code for this tutorial can be found here. Ok, we refactored o...
11 Feb 2021

Web Deployment

Web Deployment Go has a large variety of deployment targets. The Ebiten library, which we are using for graphics, can de...
11 Feb 2021

Roguelike Tutorial 13

Roguelike in Go - Part 13 (Refactor) All code for this tutorial can be found here. This will just be a few minor refacto...
11 Feb 2021

Roguelike Tutorial 12

Roguelike in Go - Part 12 (Monster Pathfinding) All code for this tutorial can be found here. It’s all well and go...