Skip to content

MaxBittker/sandspiel-studio

Repository files navigation

Sandspiel Studio

Sandspiel Studio is a new tool for creating and sharing new Sandspiel elements. It uses a block-based system to let beginners (and pros) create their own simulations.

When it's ready for release, the tool will be free, but right now we're looking for some kind people to support our development process and give us feedback.

So if you're interested in supporting the project and getting behind-the-scenes updates, sign up for our private discord!

- Max & Lu

Try it out!

You can try out Sandspiel Studio at studio.sandspiel.club

  • There are some video tutorials on our youtube channel that show you how to make some simple simulations.
  • Check out the block reference for more detailed information on what each block does.

For developers

This is how you can run Sandspiel Studio locally.
First, clone the repo.

Then, install:

yarn install
yarn build

Then, run:

yarn dev