Files
sandbox/README.md
2025-01-15 09:48:59 +01:00

24 lines
373 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 |