GamingBot@lemmy.zipBM to Gaming@lemmy.zipEnglish · 24 days agoSandustry, the factory game where every single pixel is a resource you can build with, is out in early accesswww.rockpapershotgun.comexternal-linkmessage-square3linkfedilinkarrow-up120arrow-down10
arrow-up120arrow-down1external-linkSandustry, the factory game where every single pixel is a resource you can build with, is out in early accesswww.rockpapershotgun.comGamingBot@lemmy.zipBM to Gaming@lemmy.zipEnglish · 24 days agomessage-square3linkfedilink
minus-squareterranoid@lemmy.cafelinkfedilinkEnglisharrow-up2·24 days agofor x in range(0, XMAX) { for y in range(0, YMAX) { p := get(x, y) p.simulate() } }
for x in range(0, XMAX) { for y in range(0, YMAX) { p := get(x, y) p.simulate() } }