A downloadable game

Description

A real-time, cell-based physics sandbox where you place different materials on a grid and watch them interact according to their own physical rules. There are no goals or scores, just a canvas to experiment on.


๐Ÿงช Elements & Behaviors

๐ŸŸก Sand

Sand is a solid granular material. It falls straight down due to gravity. If the cell directly below is blocked, it attempts to slide diagonally left or right. This produces realistic pile-up and slope behavior. Sand does not interact chemically with water or walls, it simply settles on top of them.

๐Ÿ”ต Water

Water is a liquid material. It falls downward and, when blocked, spreads horizontally in both directions to fill available space. Water does not compress or stack, it always seeks the lowest available cell. It reacts chemically with both lava and plants.

โฌœ Wall

Wall is a static solid material. It does not move and is not destroyed by any interaction (except lava). Use walls to build containers, channels, and barriers to shape the behavior of other elements.

๐Ÿ”ด Lava

Lava is a liquid material that moves like water (falls and spreads), but has destructive chemical properties. When lava contacts any other material (sand, water, plant), an interaction occurs. Lava destroys most materials on contact, replacing them with itself. The single exception is water, see the interaction table below.

๐ŸŸข Plant

Plant is a static solid material that does not move on its own. However, it is reactive: when water occupies an adjacent cell, the plant propagates, a neighboring empty or water cell becomes a new plant cell. This causes plants to grow and spread when supplied with water. Lava destroys plants on contact.



๐Ÿ”ด Lava + ๐ŸŸก Sand Lava remains, sand is destroyed Lava consumes the sand cell
๐Ÿ”ด Lava + ๐Ÿ”ต Water Both become โฌœ Wall Neither survives; a solid wall is formed at the contact point
๐Ÿ”ด Lava + ๐ŸŸข Plant Lava remains, plant is destroyed Lava burns through plant cells
๐Ÿ”ต Water + ๐ŸŸข Plant Water is converted, plant spreads The water cell becomes a new plant cell

https://github.com/FatihBoz/FallingSand

Leave a comment

Log in with itch.io to leave a comment.