$REMILIO 日本語

Hold [C]

Lines

0

Level

1
REMILIO TETRIS
— rotate the mirror —
← → move · ↑ rotate · ↓ soft · space hard · C hold · P pause

GAME OVER

0
— you're still a Remilio —

Score

0
remilio points

Next

Wallet

not connected · play anonymously or connect to submit to the nation leaderboard

Leaderboard

    (function(){ let lang = localStorage.getItem("remilio_lang") || "en"; window.__setLang = (l) => { localStorage.setItem("remilio_lang", l); document.body.classList.toggle("lang-ja", l === "ja"); const btn = document.getElementById("lang-btn"); if (btn) btn.textContent = l === "en" ? "日本語" : "EN"; lang = l; }; window.__getLang = () => lang; document.body.classList.toggle("lang-ja", lang === "ja"); const btn = document.getElementById("lang-btn"); if (btn) btn.textContent = lang === "en" ? "日本語" : "EN"; })();