The Full Archive
Collection Search and Filters
Explore every frame in our collection. Filter by genre, tag, or search for your favorite titles to test your cinematic knowledge.
Initial Clues
2008
Mid
Animation
Computer Animation
Sci-Fi
r.json())
.then(data => {
if(data.total_guesses) {
window.dispatchEvent(new CustomEvent('global-guesses-updated', { detail: { total: data.total_guesses } }));
}
if(data.success) {
window.dispatchEvent(new CustomEvent('notify', { detail: { message: 'Correct! Sign in to save your score.', type: 'success' } }));
if (data.celebration) {
window.dispatchEvent(new CustomEvent('celebrate', { detail: data.celebration }));
}
setTimeout(() => { revealed = true }, 800);
} else {
window.dispatchEvent(new CustomEvent('notify', { detail: { message: data.message, type: 'info' } }));
}
})
.finally(() => { loading = false });
">
Reveal unavailable for guests. Join now to track progress.