A programmable matter simulator written using Go and Ebiten scriptable using Tengo language.
Simply run the main script:
go run main.go
Edit the scripts in scripts
folder to modify the behavior of the simulation.
If you press H
you will see the following help menu:
As you can see, you can select different script for the particles and start, pause
or restart the simulation. Of course, if you edit the scripts, you have to reload
the environment pressing R
.
Did you find something strange or not working? Write and issue and let's fix the bug together!