Files
sandbox/README.md
2025-12-29 10:19:45 +01:00

27 lines
400 B
Markdown

# sandbox
A more evolved 2D cellular automaton with gravity and different elements. Similar to the Powder Toy.
## Installation
```
git clone https://github.com/xamidev/sandbox
cd sandbox/build
./premake5 gmake2
cd ..
make
```
## Usage
```
bin/Debug/sandbox
```
## Controls
| Action | Key |
| ------ | --- |
| Spawn element | Left click |
| Change brush | Right click |
![Sandbox2](sandbox.png)