A bit of a weird title, but basically what’s a game that’s more than a year old but still considered “modern” that you love? There’s no real strict definition for modern, I’d just like to see some discussion around great games that aren’t quite classics yet (but probably will be one day).

The nature of this community typically attracts discussion around decade-old games (which is what I mostly play too), but I’d like to see some newer (but not too new) games on this post.

    • Longpork3@lemmy.nz
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 days ago

      I just wish it was multithreaded so that i could maintain a colony for more than a week without slowing to potato speeds.

      My n00b theory on it, with the proviso that I am not a developer and only have a basic understanding of multithreading, is that you would break up the map into regions, and have each regions pawns and environment handled independently by separate threads/cores while one master thread handled interactions between regions and kept them all in sync.

      Regions could dynamically scale depending on how computationally intensive they are, such that when the master/watchdog thread has to wait for one thread significantly longer than any of it’s adjacent region threads, it remaps the boundary iteratively until it acheives minimal wait-time and the load is evenly balanced.

      As it stands, I’ve got one core maxed out and the game running slower than realtime while my 15 other cores sit at idle like suckers.