-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (112 loc) · 5.66 KB
/
Copy pathindex.html
File metadata and controls
112 lines (112 loc) · 5.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Critical Window: the AI race, playable</title>
<meta
name="description"
content="A free, open source strategy game about the AI race. Govern the US or China through 16 quarters to 2030: chips, energy, alignment you cannot verify, a treaty nobody thanks you for. Every number is source-backed or a labeled design choice, and the evidence map ships with the game. No accounts, no tracking, plays instantly in your browser."
/>
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#101318" />
<link rel="canonical" href="https://criticalwindow.org/" />
<link rel="icon" href="./icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="./pwa-192.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://criticalwindow.org/" />
<meta property="og:title" content="Critical Window: the AI race, playable" />
<meta
property="og:description"
content="Govern the US or China through the AI race to 2030. Every number is source-backed or a labeled design choice. Free, open source, plays in your browser."
/>
<meta property="og:image" content="https://criticalwindow.org/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Critical Window: the AI race, playable" />
<meta
name="twitter:description"
content="Govern the US or China through the AI race to 2030. Every number is source-backed or a labeled design choice. Free, open source, plays in your browser."
/>
<meta name="twitter:image" content="https://criticalwindow.org/og.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoGame",
"name": "Critical Window",
"url": "https://criticalwindow.org/",
"description": "A free, open source strategy game about the AI race. Govern the US or China through 16 quarters to 2030 under honest uncertainty: eval reports are ranges, alignment cannot be verified directly, and every parameter is source-backed or a labeled design choice; 54 external sources drive the numbers directly, and the full registry ships with the game.",
"genre": ["Strategy", "Simulation", "Educational"],
"gamePlatform": "Web browser",
"playMode": ["SinglePlayer", "MultiPlayer"],
"numberOfPlayers": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 2 },
"isAccessibleForFree": true,
"operatingSystem": "Any (browser)",
"applicationCategory": "Game",
"inLanguage": "en",
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"sameAs": ["https://github.com/chipmates/criticalwindow"],
"about": [
{ "@type": "Thing", "name": "Artificial intelligence governance" },
{ "@type": "Thing", "name": "AI safety" },
{ "@type": "Thing", "name": "Technology policy" }
]
}
</script>
</head>
<body>
<div id="root">
<main style="min-height: 100vh; display: grid; place-items: center; background: #101318">
<p style="font-family: Georgia, serif; color: #9a958a">
Critical Window is loading. A run takes about half an hour.
</p>
</main>
</div>
<noscript>
<main
style="max-width: 640px; margin: 3rem auto; font-family: Georgia, serif; padding: 0 1rem"
>
<h1>Critical Window</h1>
<p>
A free, open source strategy game about the AI race. Govern the US or China through 16
quarters to 2030: chips and energy, alignment you cannot verify, a rival you cannot read,
a society that keeps score. Every number in the game is source-backed or a labeled design
choice, and the full evidence map is published in the repository.
</p>
<p>
The game runs entirely in your browser and needs JavaScript to play. There are no
accounts, no tracking and no telemetry. The only network requests are for the game's own
static files.
</p>
<p>
Your first turn, so you know what you are choosing to load: you split the quarter's
research capacity between capability, safety and diffusion, enact one policy card, answer
a memo with no clean options, and then the world moves. Your alignment report comes back
as a range, not a number, and that is the game.
</p>
<p>
The build fails if a number loses its citation. Whether a source truly supports a value
stays human judgment, and challenging a number with a better source is the contribution we
most want. Build provenance:
<a href="/version.json">version.json</a>.
</p>
<p>
Without JavaScript you can still read everything:
<a href="https://github.com/chipmates/criticalwindow">the source code</a>,
<a href="https://github.com/chipmates/criticalwindow/blob/v0.3.5/SOURCES.md"
>the source registry</a
>,
<a href="https://github.com/chipmates/criticalwindow/blob/v0.3.5/docs/EVIDENCE.md"
>the evidence map</a
>
and
<a href="https://github.com/chipmates/criticalwindow/blob/v0.3.5/SECURITY.md"
>the privacy claims</a
>.
</p>
</main>
</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>