CranberryClock.Ideas / Systems / Design

INDEPENDENT TOOLQuests & objectives

Trailmark

Give every small action a purpose.

A journal for worlds that remember where the player has been—and what comes next.

MIT LICENSEv0.1.0MODULAR BY DESIGN
RETURNING TIDE PRESS — Trailmark showcase identity

Field journal · 004 / The harbor

The returning tide

A bridge in pieces. A village waiting.
Bring the light back, one promise at a time.

PROCEDURAL ARCHIPELAGO
0%Harbor restored
00Receipts claimed

Start at Driftwood Landing. Accept the commission, then gather timber and stone.

A journal you can inspect.

Read the tutorial ↗
const journal = createJournal(quests);
journal.activate('bridge');
const result = journal.dispatch({
  id: 'repair-001', type: 'restore', tags: ['bridge']
});
world.setState(journal.list()); // derive the scene from progress
Zero runtime dependenciesTyped events + tag matchingVersioned JSON savesAPI reference ↗

Event trace

  1. Waiting for your first action.

FROM SHOWCASE TO YOUR PROJECT

Take the good parts with you.

Follow a commission from acceptance to completion. Reuse the objective counters, prerequisites, and receipts.

Download the archive, then install locally.

npm install ./cranberry-forge-trailmark-0.1.0.tgz
Download archive ↓Read the integration guide ↗