Open Menu
AllLocalCommunitiesFeedsAbout
FBXL Lotide
AllLocalCommunitiesFeedsAbout
Login

Sandustry, the factory game where every single pixel is a resource you can build with, is out in early access

⁨17⁩ ⁨likes⁩

Submitted ⁨⁨2⁩ ⁨days⁩ ago⁩ by ⁨GamingBot@lemmy.zip [bot]⁩ to ⁨gaming@lemmy.zip⁩

https://www.rockpapershotgun.com/sandustry-the-factory-game-where-every-single-pixel-is-a-resource-you-can-build-with-is-out-in-early-access

original

Comments

Sort:hotnewtop
  • eleijeep@piefed.social ⁨1⁩ ⁨day⁩ ago

    I would love to watch a GDC talk about how the engine works.

    original
    • terranoid@lemmy.cafe ⁨1⁩ ⁨day⁩ ago
      for x in range(0, XMAX) {
          for y in range(0, YMAX) {
              p := get(x, y)
              p.simulate()
          }
      }
      
      original