Live data from Hacker News

Sandboxels

neal.fun

61–70 of 116 posts

Re: Sandboxels

#66
post #13

As a fan of both Neal and R74n this was an unexpected collaboration! I can highly recommend building your own falling sand simulator. It's really fun to see how such simple rules create emergent behaviors. Sand pixels try to move down, then diagonally down. Water does the same, then tries sideways. Me messing around with it eventually resulted in a game I'm now working on full time (think Noita meets Factorio): https…

Out of curiosity: Do you use a high level language (like C#) or do you have low level optimizations on (e.g. assembly level)? I imagine that there has to be some kind of map that keeps track of which pixels are "active" and need to be updated, but I wonder how do that efficiently.

this doesn't answer any questions about this game, but I found this GDC talk about Noita pretty interesting: https://www.youtube.com/watch?v=prXuyMCgbTc
Post reply on HN