Download the GEMINI.md file and place it in your project folder (~/my-game/). Gemini CLI will automatically read this file and follow the server rules when creating your game.
~/my-game/GEMINI.mdgemini in that folderQCZVST1 playersSFXJBW2 playersRooms are created via WebSocket API from student games.
wss://code-fiesta.xyz/ws{ "type": "CREATE_ROOM", "nickname": "name" }{ "type": "JOIN_ROOM", "roomCode": "ABC123", "nickname": "name" }{ "type": "RELAY", "data": { ...anything... } }{ "type": "SET_STATE", "key": "scores", "value": {...} }{ "type": "GET_STATE", "key": "scores" }{ "type": "LEAVE_ROOM" }