English | 简体中文
An open-source guessing game for Counter-Strike esports fans.
Inspired by BLAST Counter-Strikle.
Guess the mystery professional player and use the result of each attempt to narrow down the answer. Clues compare the players' teams, nationalities, ages, roles, Major appearances, and Major wins.
- A new Daily Challenge for everyone
- Solo practice with multiple difficulty levels
- Real-time matchmaking and private rooms
- English and Simplified Chinese interfaces
- A curated catalog of professional Counter-Strike players
You will need Node.js with Corepack and the Rust toolchain installed.
corepack enable
pnpm installStart the server and frontend in separate terminals:
pnpm dev:serverpnpm devpnpm lint
pnpm typecheck
pnpm test
pnpm test:server
pnpm buildBug reports and contributions are welcome.