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

<- View Parent
terranoid@lemmy.cafe ⁨1⁩ ⁨week⁩ ago
for x in range(0, XMAX) {
    for y in range(0, YMAX) {
        p := get(x, y)
        p.simulate()
    }
}

original
Sort:hotnewtop