Tag: Game Coding

Jan
07

Development Update: New Monster Type, Trap Rooms, and Updated Grrbl Editor

Happy 2019! We are overdue for an update so let’s get to it. First on the list is the updated Grrbl editor. I’ve got the updated stat cards and configuration setup so you can see it in all its new […]

Aug
16

Not All Plugins Save Time

So this past week as been a lot of non sexy work. I’ve been working on the save system, which is one of the more complicated aspects thus far (which I really didn’t expect). I’ve written custom serialization (save) systems […]

Jun
22

The Various Types Of Types Of Types

If you were to look at my code base, one of the most common words you would see is “Type”. Everything is a type, and many things are many combinations of types. For example, a monster is a type, and […]