• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Making a system like this one day is my dream. I’m not in game dev and I’m probably never going to make a playable game but I naively believe that if you organize this well enough in advance, the moment it starts clicking together would be amazing. If you define all the individual actors in a flexible enough way, eventually the simulation should just ‘click’ and start functioning on its own, right? :P

    For example, you dont need to code the specific wolves+rain interaction - you just need to code “if vulnerable/tired - find shelter” and have rain affect the living creatures in that way. It doesn’t matter if there are deer or sheep in the area, “if wolf hungry” logic should just say “find something with meat to eat nearby”.

    Then again I know enough about programming to know this is extremely naive and it’d probably be a million times more difficult if I ever got around to doing it. I don’t even know where I fall on the dunner-kruger graph yet, but it’s an interesting thing to think about for me.