Fat Old Yeti

Fat Old Yeti

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

08 Feb 2021

Roguelike Tutorial 11

Roguelike in Go - Part 11 (Monster Reacting to Player) All the code in this tutorial can be found here. So, adding monst...
08 Feb 2021

Roguelike Tutorial 10

Roguelike in Go - Part 10 (Adding Monsters) All the code for this tutorial can be gotten from here. So, we have a player...
08 Feb 2021

Roguelike Tutorial 9

Roguelike in Go - Part 9 (Better Field of View) All of the code for this tutorial can be found here. So, we now have a g...
08 Feb 2021

Roguelike Tutorial 8

Roguelike in Go - Part 8 (Field of View) All of the code for this tutorial can be found here. Ok, maps are all well and ...
08 Feb 2021

Roguelike Tutorial 7

Roguelike in Go - Part 7 (Turn Based) All of the code for this tutorial can be found here. If you have tried to move abo...
08 Feb 2021

Roguelike Tutorial 6

Roguelike in Go - Part 6 (Corridors) All of the code for this tutorial can be found here. Now that we have rooms, and ou...
08 Feb 2021

Roguelike Tutorial 5

Roguelike in Go - Part 5 (Rooms) All the code for this tutorial can be found here. So, now that we have a player, and yo...
06 Feb 2021

Roguelike Tutorial 4

Roguelike in Go - Part 4 (Collisions) The code for this tutorial can be found here. Now that we have the player on the s...
06 Feb 2021

Roguelike Tutorial 3b

Roguelike in Go - Part 3b (Adding Player and Movement) The code for part 3 can be found here. Now let’s get that p...
06 Feb 2021

Roguelike Tutorial Part 3a

Roguelike in Go - Part 3a (Adding ECS) This third part will be broken down into two small subsections. This first one wi...