On play mode, you can test and prototype your project as a choose-your-path game. Every turn, the player advances the story by choosing one of the available options.
Μore specifically:
{info} To let others play your project, you must make it public, first.
To run your project on Play Mode, you must first Set the Play Mode start.
To set the Play Mode start:
To remove the play mode start:
{info} There can only be one starting element in a project.
You can also choose to quickstart Play Mode from any element in your project. To do that:
To run your project on Play Mode, click on the play icon at the top right of the workspace.
{success} Making changes in your project updates Play Mode in ⚡ real-time!
The Play Mode is actually the only environment where you can reorder an element's clickable options.
While running your project on Play Mode, drag and drop options to the desired order. Arcweave will save your preferences.
When Arcweave renders an element containing arcscript segments, it runs them in the order they appear. If those segments assign new values to variables, you can inspect the changes using the Play Mode's debugger.
To open the debugger:
The debug drawer shows the number, name, type, before and after value of each of the project's variables, tracking any changes in real time. You can change on the fly the before values of the variables to inspect how their after value changes in real-time.
{success} When your game's logic doesn't work as expected, the debugger helps you define and fix bugs by demonstrating irregular behaviours of variables.
Debug info is visible only to the owner and editors of a project. If you can see the other UI elements but not the debug button, make sure that you are either the owner or an editor of the project.
{primary} To have an element "revisit" itself in Play Mode you can do it via a connection to a jumper linking to that element.