Skip to content

Instantly share code, notes, and snippets.

Prince of Persia: The Sands of Time — Chapter-by-Chapter Collectible Checklist

Use this as a running checklist. There are 10 Life Upgrades, 6 Extra Sand Tanks, and 48 Sand Clouds total (8 for each tank). The Sand Tank progress below uses the numbering from the GameFAQs walkthrough.

Chapter 1 — Tutorial

  • Nothing missable for this checklist.

Chapter 2 — The Maharajah's Treasure Vaults | 2%

@jacobmix
jacobmix / settings.py
Last active May 28, 2026 14:21
Archipelago settings.py now with settings checks (not tested)
"""
Application settings / host.yaml interface using type hints.
This is different from player options.
"""
import os
import os.path
import shutil
import sys
import types
@jacobmix
jacobmix / CavernOfDreamsAP.bat
Created April 3, 2026 02:08
Bat file to automate building CavernOfDreamsAP.
@echo off
setlocal
echo ================================
echo CavernOfDreamsAP Build Setup
echo ================================
echo.
:: ---- CONFIG ----
:: Change this to your Cavern of Dreams install path
@jacobmix
jacobmix / .github/workflows/build-apworld.yml
Last active November 27, 2025 01:00
Workflow example for Archipelago RAC1
name: Build and Release APWorld
on:
push:
branches:
- main
- staging
workflow_dispatch:
inputs:
prerelease:
@jacobmix
jacobmix / SyncLoungeDockerGuide.md
Last active March 3, 2025 16:16
SyncLounge Docker guide

Here's how you set up on SyncLounge with Docker (Now with Markdown):
First make sure you got the Docker Hub in your registry:
Regisry

Download the latest SyncLounge image:
Image

Launch the image, and go to advanced settings:
Create Container