← All Workshops

MudEngine Part 4: Single-Player Dioxus GUI

Step 2 / 10

Track your progress with jj

You are switching back to the mud-engine project. jj should already be initialized there from Part 1. Before each coding step, create a checkpoint:

  1. jj new — create a new empty change
  2. jj describe -m "Part 4 - what you are about to do" — label it

Run jj log after each step to see your checkpoint history grow.

💡 Already initialized jj?

If you completed Part 1 and initialized jj in mud-engine, you can start checkpointing right away. Run jj log to see your checkpoints from Part 1.

If you are starting fresh (skipped Part 1's jj step), run jj init now in the mud-engine directory before proceeding.

Step 2 / 10