Sandspiel 2 [patched]
Unlike the first game, which had fixed elements, the Studio version allows you to edit and code your own elements using a specialized cellular automata API.
: The game uses cellular automata logic where different "elements" (pixels) interact with each other based on set rules. Available Elements : Includes sand, water, fire, gas, ice, wood, and plant. Dynamic Interactions Fire can burn plants and wood. sandspiel 2
Sandspiel 2 is a browser-based 2D particle sandbox where you place different materials that interact physically and chemically to create emergent behaviors. Unlike the first game, which had fixed elements,
: In games like Sandspiel, managing resources efficiently is key. Focus on gathering and conserving resources that are hard to obtain or crucial for crafting the pieces you need. Dynamic Interactions Fire can burn plants and wood
However, with the rise of WebGPU—the successor to WebGL—developers now have access to much more flexible computing power in the browser. This technology allows for "compute shaders" that can handle millions of particles interacting simultaneously without the framerate dropping to a slideshow. We finally have the hardware to support the dream.

