Tagging — what this page tells machines
Typing Shooter
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Typing Shooter drops words from the top of the field; type a word to destroy it before it reaches the bottom. Miss three and it's over. It gets faster the longer you survive.
How it works
Words fall on a requestAnimationFrame loop with a rising speed. Your keystrokes lock onto the first matching word and extend a prefix; complete it and the word is destroyed. Best score in localStorage under kaspirius:typing-shooter:best.
Metadata
Heading outline
- Typing Shooter
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Typing Shooter — game",
"description": "Words fall from the top — type them to shoot them down before they land. A browser typing game that speeds up. Best score saved locally.",
"url": "https://kaspirius.com/typing-shooter",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/typing-shooter"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}