Sand Simulator/Cellular Automaton written in Go using Ebiten
- Clone the project:
git clone https://github.com/SnkSynthesis/sandbox
- Change directory to
sandbox/
:cd sandbox/
- Run
go run sandbox.go
or rungo build
and then./sandbox
Once window is open one can do the following:
[Space]
Or[Resizing Window]
- Clears all sand[Left-Click]
- Places sand[Right-Click]
- Removes sand
Enjoy!