← All Workshops
MudEngine Part 3: File-Based World Loading
Step 2 / 8
Track your progress with jj
You are continuing from Part 2, and jj is already initialized in the mud-engine-repl project. Before each coding step, create a checkpoint:
jj new— create a new empty changejj describe -m "Part 3 - what you are about to do"— label it
Run jj log after each step to see your checkpoint history grow throughout this part.
💡 Workflow reminder
The workflow is the same as Parts 1-2:
- Read the step
jj new && jj describe -m "Part 3 - <step description>"- Do the coding work
- Repeat
Run jj log now to see your history from Part 2.
Step 2 / 8