Skip to content

MircoT/programmable-matter-simulator

Repository files navigation

programmable-matter-simulator

A programmable matter simulator written using Go and Ebiten scriptable using Tengo language.

🚀 Quick start

Simply run the main script:

go run main.go

Edit the scripts in scripts folder to modify the behavior of the simulation.

❓ Help

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.

⚠️ Known bugs ⚠️

Did you find something strange or not working? Write and issue and let's fix the bug together!