Tagging — what this page tells machines

Red-Black

Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.


About

Red-Black is the pure-luck cousin of Hi-Lo: call the colour of the next card, build a streak, and try to beat your best. A wrong call resets the streak to zero.

How it works

A locally shuffled 52-card deck (shared lib/cards); each card carries a red flag, so a guess is just a colour match. Best streak is saved in localStorage under kaspirius:red-black:best. No backend.


Metadata
title
Red-Black
description
Guess whether the next card is red or black and build a streak. A 50/50 browser luck game — best streak saved locally, no server.
canonical
https://kaspirius.com/red-black
updated
Last updated

Heading outline

Structured data (JSON-LD)
TechArticle

Same as Article, flagged as technical/developer reference material.

{
  "@context": "https://schema.org",
  "@type": "TechArticle",
  "headline": "Red-Black — game",
  "description": "Guess whether the next card is red or black and build a streak. A 50/50 browser luck game — best streak saved locally, no server.",
  "url": "https://kaspirius.com/red-black",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://kaspirius.com/red-black"
  },
  "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"
  }
}
↖ kaspirius