A small browser RPG made with Phaser 3.
You live short lives, unlock Soul Traits, discover hidden paths, and chase a true ending across repeated reincarnations. Progress carries between runs through saved base stats, traits, and world-state flags.
This project is wired for PostHog, but analytics stay disabled until you add your project key.
Update window.POSTHOG_CONFIG in index.html:
apiKey: your PostHog project API keyapiHost: keep the default unless your PostHog project uses another regionenabledHostnames: production hostnames allowed to send analyticssessionRecordingSampleRate: replay sampling ratefeedbackUrl: optional link for a feedback form shown on death and true-ending screens
With apiKey left empty, analytics do nothing.
- A text-driven reincarnation RPG
- One Phaser scene with branching story events
- Persistent progression with
localStorage - Static-site friendly with no build step
- Open
index.htmlin a browser. - If local file loading blocks the images, run a small local server and open the project from
http://localhost.
Example:
python3 -m http.serverThen open the printed local URL in your browser.