The Slasher
🔪 The Slasher – due sopravvissuti, un campeggio nel buio, e prese che fanno rumore Un gioco da tavolo per 2 giocatori cooperativo che sa di VHS graffiata: poche parole, molta tensi one, e un trick-taking dove vinci solo se prendi quello giusto. The Slasher è un gioco da tavolo per 2 giocatori cooperativo che sembra un film horror girato con le carte: bosco, luna piena… e quella sensazione che qualcuno ti stia già contando i passi. Il cuore è un trick-taking teso e cattivo: ogni presa è una scelta tra coraggio e panico, perché qui non giochi “per fare punti”, giochi per raccogliere ciò che serve a sopravvivere. La comunicazione è limitata e cambia col tempo: devi capirti con poco, prevedere l’altro, e rimanere lucido mentre le condizioni si stringono come una porta che si chiude lentamente. Tra luoghi da esplorare, rischi improvvisi e pressione che cresce mano dopo mano, questo gioco da tavolo strategico ti regala una cosa rara: un duello cooperativo contro il sistema che ti fa dire “ok… un’altra notte”. Consiglio da Frogger: se pensi “tranquillo, questa mano è facile”… è esattamente lì che il killer sorride. 🐸 Perché The Slasher è tensione pura in formato due Trick-taking cooperativo: devi vincere le prese giuste, non “più prese”. Comunicazione limitata: deduzione, intuito e sincronizzazione vera. Obiettivi “survival”: set di carte-oggetto da recuperare per preparare la fuga. Condizioni che evolvono: ogni mano cambia pressione e ti costringe ad adattare il piano. Atmosfera horror costante: il killer non si vede… ma si sente. Editore Jelly Jelly Games: ritmo rapido, idea chiara, tensione che resta addosso. /* ========================================================= FroGames – The Slasher – scoped Palette box: nero/grunge + rosso sangue + bianco sporco ========================================================= */ #fg-the-slasher.fg-slasher{ --blood:#e3202a; --bloodDeep:#b1121a; --ink:#0a0a0c; --ash:#f4f4f6; --smoke:#cfcfd6; --steel:#9aa0aa; --radius:22px; --shadow:0 18px 46px rgba(0,0,0,.35); --shadowSoft:0 10px 26px rgba(0,0,0,.22); --line:rgba(255,255,255,.10); font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:var(--ash); border-radius:30px; overflow:hidden; position:relative; padding:2.1rem 1.6rem; margin:1.6rem auto; box-shadow:var(--shadow); border:1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 18% 18%, rgba(227,32,42,.20), transparent 55%), radial-gradient(circle at 86% 30%, rgba(255,255,255,.06), transparent 58%), linear-gradient(135deg, rgba(10,10,12,1) 0%, rgba(15,15,18,1) 52%, rgba(10,10,12,1) 100%); } /* Grunge texture (subtle, like the box) */ #fg-the-slasher.fg-slasher::before{ content:""; position:absolute; inset:-30%; pointer-events:none; opacity:.75; background: repeating-linear-gradient( 120deg, rgba(255,255,255,.05) 0px, rgba(255,255,255,.05) 1px, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 18px ), repeating-linear-gradient( 0deg, rgba(0,0,0,.35) 0px, rgba(0,0,0,.35) 2px, rgba(0,0,0,0) 12px, rgba(0,0,0,0) 22px ); mix-blend-mode:overlay; } #fg-the-slasher *{ position:relative; z-index:1; } /* Hero */ #fg-the-slasher .fg-slasher__hero{ text-align:center; margin-bottom:1.25rem; } #fg-the-slasher h2{ font-family:Bungee, Inter, system-ui, sans-serif; font-size:2rem; margin:0; letter-spacing:.2px; color:var(--ash); text-shadow:0 16px 34px rgba(0,0,0,.55); } #fg-the-slasher .fg-slasher__sub{ margin:.75rem auto 0; max-width:920px; line-height:1.6; font-size:1.05rem; color:rgba(244,244,246,.88); } #fg-the-slasher .fg-slasher__sub strong{ color:var(--ash); background:linear-gradient(90deg, rgba(227,32,42,.25), rgba(255,255,255,.08)); padding:.06em .28em; border-radius:10px; } /* Grid */ #fg-the-slasher .fg-slasher__grid{ display:grid; grid-template-columns:1.12fr 1fr; gap:1.35rem; align-items:stretch; } /* Cards */ #fg-the-slasher .fg-slasher__card{ border-radius:var(--radius); padding:1.35rem 1.35rem; border:1px solid rgba(255,255,255,.10); box-shadow:var(--shadowSoft); overflow:hidden; } #fg-the-slasher .fg-slasher__card--story{ background:linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); border-left:8px solid rgba(227,32,42,.78); } #fg-the-slasher .fg-slasher__card--features{ background: radial-gradient(circle at 18% 20%, rgba(227,32,42,.14), transparent 56%), linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border-left:8px solid rgba(255,255,255,.22); } /* Text */ #fg-the-slasher p{ margin:.75rem 0; line-height:1.75; font-size:1.02rem; color:rgba(244,244,246,.92); } #fg-the-slasher p strong{ color:var(--ash); background:linear-gradient(90deg, rgba(227,32,42,.28), rgba(255,255,255,.07)); padding:.05em .25em; border-radius:10px; } /* Tagline */ #fg-the-slasher .fg-slasher__tagline{ margin:.95rem 0 0; padding-top:.35rem; } #fg-the-slasher .fg-slasher__tagline em{ font-style:italic; font-weight:850; color:rgba(244,244,246,.95); } /* H3 + list */ #fg-the-slasher h3{ font-family:Bungee, Inter, system-ui, sans-serif; font-size:1.15rem; margin:0 0 1rem; letter-spacing:.2px; color:rgba(244,244,246,.96); text-shadow:0 14px 30px rgba(0,0,0,.55); } #fg-the-slasher .fg-slasher__list{ list-style:none; padding:0; margin:0; display:grid; gap:.7rem; } #fg-the-slasher .fg-slasher__list li{ background:linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); border-left:6px solid rgba(227,32,42,.62); border-radius:14px; padding:.75rem .9rem; transition:transform .22s ease, background .22s ease, border-color .22s ease; color:rgba(244,244,246,.92); } #fg-the-slasher .fg-slasher__list li:hover{ transform:translateX(6px); background:linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.04)); border-left-color:rgba(227,32,42,.88); } #fg-the-slasher .fg-slasher__list li strong{ background:linear-gradient(90deg, rgba(227,32,42,.30), rgba(255,255,255,.08)); padding:.05em .25em; border-radius:10px; } /* Responsive */ @media (max-width: 940px){ #fg-the-slasher .fg-slasher__grid{ grid-template-columns:1fr; } #fg-the-slasher h2{ font-size:1.65rem; } } @media (max-width: 600px){ #fg-the-slasher.fg-slasher{ padding:1.85rem 1.1rem; border-radius:26px; } #fg-the-slasher .fg-slasher__card{ padding:1.15rem 1.1rem; } #fg-the-slasher .fg-slasher__sub{ font-size:1rem; } }
More you might like
Related
Slasher Flicks – Enter The Slasher House [CD]
Related
Avey Tare's Slasher Flicks Enter The Slasher House
Related
Avey Tare's Slasher Flicks - Enter the Slasher House
Related