How are you doing making progress on Wild Souls?
(This reply was late, sorry >_<
I haven't worked on it in the past few weeks, since some other stuff came up, but the last thing I was working on was implementing the relationship system and working on how I wanted genetics to work. I decided to divide base colors into groups, so the pup has a chance of either inheriting a base color from the parents or a color from the same color group.
(IE: If one parent has white fur and another has black fur, they could produce a pup with black, grey, dark grey, white, off-white, etc.) For the markings, I basically take all of the markings from the parents and put them in an array along with a "blank", then it randomly selects one marking for each of the 4 slots. This was one litter I generated:
I didn't finish the relationship system yet, but I was able to make it where you can become mates with an NPC if your relationships points with them is over 100, or you can become enemies if your relationship points are negative.
I did more work on the site's layout, even though it's still kind of ugly and boring:
I also started working on things for the player to do, like exploring and hunting, but I wanted to have something more concrete before making a devlog about it or anything.