Drug Discovery Spiral — Game Manual

“Board‑game” simulator for drug discovery & development: decisions, risk, capital, dilution, and repurposing.

Table of contents

1. How to play

Goal: move your asset along the spiral while maximizing value and cash, managing failures, repeats, dilution, and (very rare) jumps such as repurposing.

Board and node selection

Actions and bet (“Budget”)

Task types

step

A “classic” step with base probability Pbase at minimum cost baseCost. Spending above the minimum increases the probability with diminishing returns.

perMol

A “screening” task: the budget is converted into y (number of molecules/candidates tested). Probability grows with y, but if pMol is small, success remains difficult.

Finance: Sell and Raise

“Pure pre‑seed” mode: it is normal to be unable to self‑fund advanced ADME/PK, GLP tox, or clinical work. The game is designed to force decisions on fundraising, partnerships, or exit.

2. What all stages represent

Stages represent typical “inflection points” in a drug discovery program: at each transition, evidence, derisking, and therefore the expected value of the asset should increase.

ID Stage Meaning (practically)
0Start / TPPDefine the Target Product Profile: population, endpoints, route, dosing, safety/CMC constraints, and development strategy.
1Disease & BiomarkersUnderstand the biological context and measurable translational biomarkers (mechanism signal and/or response).
2Target IDSelect the target (genetics/omics/literature) and assess causal plausibility vs. the disease.
3Target ValidationExperimental validation (in appropriate models) + tractability and risk assessment (on‑target/off‑target).
4Assay PlatformBuild robust, reproducible assays (HTS‑ready) with controls, QC, and reliable readouts.
5Primary ScreenScreen libraries: many molecules are tested; the real hit rate may be extremely low.
6Hit ConfirmationConfirm hits, counterscreen, eliminate artifacts, and start assembling a “hit series”.
7IP & TriageAssess novelty and freedom‑to‑operate; prioritize chemical series and define the patent strategy.
8MoA / EngagementDemonstrate target engagement and a mechanistic rationale (MoA) consistent with biomarkers.
9Safety ProfilingEarly liabilities: off‑target profile, cardiotoxicity, preliminary genotoxicity, etc.
10ADME/PKAbsorption, metabolism, clearance; exploratory in vivo PK and compatibility with the TPP dosing.
11Hit-to-LeadFast iterations: potency, selectivity, solubility, metabolic stability; reduce ADME risk.
12Lead OptimizationMulti‑objective optimization (efficacy/PK/safety/CMC). Often the toughest part of preclinical work.
13Candidate SelectionSelect candidate (and backup) with Go/No‑Go criteria: exposure, safety window, manufacturability.
14CMC Scale-upProcess chemistry, solid form, formulation, larger batches, and quality controls.
15IND-enabling (GLP) ToxRegulatory studies (GLP tox + safety pharmacology) to support IND/CTA submission.
16Phase IFirst‑in‑human: safety, tolerability, PK; only rarely leads directly to “Launch”.
17Phase II/III + LaunchProof‑of‑Concept, pivotal trials, approval and launch. High spend and residual clinical risk.
“Jumps” (repurposing) represent situations where a known asset or existing molecule enables skipping some stages, but in the game they are intentionally rare and expensive.

3. Costs & probabilities

The values below are tuned for a pure pre‑seed mode (low starting cash) and to make progression harder than the “easy” demo: many phases require decisions on fundraising, partnerships, or exit.

Mathematical model used by the game

// TASK "step"
p = 1 - (1 - pBase)^(spend / baseCost)     // spend >= baseCost
p capped at 0.99

// TASK "perMol"
y = floor((budget - baseCost) / perMolCost), y >= 1
p = 1 - (1 - pMol)^y                      // prob. of ≥ 1 success

// RAISE (dilution)
equity_sold = R / (value + R)
new_equity = old_equity * (1 - equity_sold)
Interpretation: Pbase is the success probability at the minimum spend. Spending more increases p with diminishing returns. For perMol tasks, pMol is often extremely small: even thousands of tests do not guarantee success.

Default parameters (pure pre‑seed)

Starting cash

  • startCashM = 1.5 ($1.5M)

Asset value (for Sell/Raise)

“Value” is a simplified proxy of asset value as derisking progresses.

ID Stage Asset value (M$)
0Start / TPP1.5
1Disease & Biomarkers3
2Target ID6
3Target Validation12
4Assay Platform18
5Primary Screen25
6Hit Confirmation35
7IP & Triage45
8MoA / Engagement60
9Safety Profiling80
10ADME/PK110
11Hit-to-Lead160
12Lead Optimization240
13Candidate Selection320
14CMC Scale-up450
15IND-enabling (GLP) Tox650
16Phase I900
17Phase II/III + Launch2500

Minimum costs and base probabilities (“step” tasks)

From → To Task baseCost (M$) Pbase Fail →
0 → 1Define TPP & strategy0.100.850
1 → 2Biomarkers + disease map0.250.751
2 → 3Target ID package0.450.651
3 → 4Target validation0.800.552
4 → 5Assay dev + QC0.500.754
7 → 8IP/triage + series choice0.200.806
8 → 9MoA/engagement package0.600.607
9 → 10Early safety profiling0.900.558
10 → 11ADME/PK cycle1.800.559
11 → 12Hit-to-lead iteration3.500.5010
12 → 13Lead optimization6.000.3511
13 → 14Candidate selection1.500.5512
14 → 15CMC scale-up readiness4.000.5013
15 → 16IND-enabling (GLP) tox12.00.4014
16 → 17Phase I (FIH) → Launch20.00.0615
17 → 17Lifecycle / RWE (repeat)40.00.8517

“perMol” tasks (screen and confirm)

From → To Task baseCost (M$) perMolCost (M$) pMol Fail →
5 → 6 Primary screen (y molecules) 0.35 0.00001 (=$10) 1.5e-7 5
6 → 7 Confirm hits (y candidates) 0.25 0.0008 (=$800) 4e-5 5

Repurposing (jump)

Repurposing is treated as an “expensive lottery”: it can skip stages, but with very low probability. In the game it is implemented as multiple outcomes that sum to 1.

From Minimum cost (M$) Outcomes
0 (Start) 1.20 0.3% → 17 (late) • 0.9% → 16 • 1.8% → 15 • 97.0% → fail (stay at 0)
1 (Disease) 1.20 0.2% → 17 (late) • 1.0% → 16 • 2.0% → 15 • 96.8% → fail (stay at 1)
Important: these are “didactic” numbers. They are not intended as predictions for any single program, but to reproduce orders of magnitude and the need for capital/partnerships in later stages.

4. Strategy suggestions

Practical goal: maximize value per $ spent in early phases, then use Raise/Sell intelligently to overcome bottlenecks without collapsing your equity.

1) Do not overspend where P(success) is already high

2) Recognize “walls” and plan multiple attempts

3) Raise vs Sell: use each at the right time

4) “Derisk then raise”: increase value before diluting

5) Repurposing: rare move, only if you can afford all‑in

Fast heuristic (pre‑seed): build value up to an inflection point (e.g., target validation or a robust assay), then decide whether to Sell (deal) or Raise (round) to finance screening and beyond.

5. Typical numbers (ranges by therapeutic area)

The figures below are orders of magnitude, not “laws of nature”. They vary with: time period, definitions (program vs indication), modality mix (small molecule/biologic), target quality, study design, and dataset bias.

Probability of approval: differences across areas

The table uses a practical indicator: LOA from Phase I to Approval (Likelihood of Approval starting from Phase I). It is one of the most intuitive ways to compare how “hard” clinical development is across areas.

Area LOA Phase I→Approval Why it is higher or lower (on average)
Oncology ~5% Heterogeneous biology, hard endpoints (OS) often long, fragmented populations, high complexity of combinations. Some sub‑areas can perform better (e.g., certain immuno‑oncologies).
Neurology / CNS ~6% Endpoints often clinical/behavioral and noisy, strong placebo effects, slow progression, difficulty measuring target engagement and reaching the target (BBB), high patient heterogeneity.
Psychiatry ~7% Heterogeneous diagnoses and phenotypes, subjective outcomes, high inter‑site variability, strong placebo effects.
Infectious diseases ~13% Often clear endpoints (viral load/clearance, microbiology), shorter trials, stronger cause‑effect link. Risks: resistance, episodic enrollment, fast changes in standard‑of‑care.
Hematology ~24% Biomarkers and response measures are often more direct (e.g., hematological parameters), defined populations, earlier signals and trials that are comparatively more informative.
Metabolic ~16% Standardized biomarkers (HbA1c, lipids, etc.) and large populations; however, safety requirements and large trials can increase cost and operational risk.
Autoimmune ~11% Good translatability in some indications and available biomarkers in subgroups; but heterogeneity, comorbidities and competition with effective therapies can make trials difficult.
Ophthalmology ~12% Often measurable and localized endpoints, imaging, relatively controllable trials; constraints on local safety and specific populations.
Cardiovascular ~5% Trials are often very large and long, hard clinical endpoints, high safety requirements, strong standard‑of‑care: incremental benefit must be compelling.
Rare diseases ~8–17% When targets are genetically validated and effects are large, success can be higher; but enrollment and natural history are hard, trials are small, and design errors are costly. Orphan incentives help.
Vaccines ~30% (order of magnitude) Often immunological endpoints and correlates of protection, consolidated development strategies; average probability can be higher than many small molecules, but depends on pathogen and context.

Why PoS changes so much

Scientific factors

  • Target validation: human genetics and causality increase PoS; “fragile” targets decrease it.
  • Translational biomarkers: engagement/response measurements improve Go/No‑Go decisions.
  • Biological heterogeneity: more heterogeneity → more noise → less statistical power.
  • Safety window: some classes/targets have intrinsically higher risk.

Clinical & operational factors

  • Endpoints: objective and fast (e.g., load) tend to improve PoS; subjective/long endpoints reduce it.
  • Placebo and variability: very high in CNS/psychiatry, complicating signal detection.
  • Enrollment: rare diseases and some rare cancers create operational bottlenecks.
  • Standard‑of‑care: the stronger it is, the harder it becomes to demonstrate incremental benefit.

How to use these numbers in the game

Design suggestion: instead of a single PoS for all, select a therapeutic profile at game start that applies multipliers to probabilities and costs (e.g., Oncology: PoS↓, costs↑; Rare genetic: PoS↑ for MoA/engagement).

6) Bibliographic sources

The difficulty choices (high attrition, increasing costs, rarity of “miracle” repurposing, and low overall clinical PoS) are consistent with established results on costs/timelines and success probabilities in pharma R&D. Below is a minimal bibliography supporting the orders of magnitude used.

R&D costs and timelines

Success probabilities and attrition (preclinical → clinical → approval)

Repurposing