Chess on the ATmosphere checkmate.blue
chess
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't show 'Round' in the PGN.

+1
+1
src/lib/game-logic.ts
··· 65 65 ['Event', 'checkmate.blue'], 66 66 ['Site', 'https://checkmate.blue'], 67 67 ['Date', new Date().toISOString().slice(0, 10).replace(/-/g, '.')], 68 + ['Round', '-'], 68 69 ]; 69 70 if (white) headers.push(['White', white]); 70 71 if (black) headers.push(['Black', black]);