Tag: Coding Practice

  • Implementing IEquatable and IComparable

    Implementing IEquatable and IComparable

    The Path of Discovery Recently, I created a ResearchItem class for my game, and I realized I wanted to sort them in a specific, non-alphabetical way. In the past when I wanted to control the sorting process I created an int SortOrder field. That I easily controlled how my items were sorted. There are several…

  • Quest Update: Coding Every Day

    Quest Update: Coding Every Day

    Why Don’t I Spend More Time Coding? A little over 3 weeks ago I started a new game dev project codenamed Dungeon Explorer. I wanted a smaller project that pushed my knowledge of Unity and allowed me to feel comfortable with my coding skills. So I downloaded Unity 2019.2 and quickly blocked out the user…