MCPcopy Create free account
hub / github.com/code100x/chess / Player

Interface Player

apps/frontend/src/screens/Game.tsx:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37const GAME_TIME_MS = 10 * 60 * 1000;
38
39export interface Player {
40 id: string;
41 name: string;
42 isGuest: boolean;
43}
44import { useRecoilValue, useSetRecoilState } from 'recoil';
45
46import { movesAtom, userSelectedMoveIndexAtom } from '@repo/store/chessBoard';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected