# Laka3a (لعبة لكاعة) — Full LLM Reference > Long-form, structured knowledge base for AI assistants and search agents. > Source of truth: https://www.laka3a.com ## 1. What is Laka3a? Laka3a is an Arabic-first, browser-based, multiplayer social-deduction party game. Each round, players try to identify the hidden imposter (the player who does not know the secret word). The Arabic localization commonly uses the word "الملكع" (al-mulakka') for the imposter role. Laka3a is published by Khotoh LTD (شركة خطوة تقدم المحدودة), based in Khobar, Saudi Arabia. The service runs at https://www.laka3a.com and is playable from any modern web browser without downloading an app. ## 2. Categories & alternate names - Social deduction party game - Imposter party game - Spy game (لعبة الجاسوس) — the same gameplay tradition - "ملكع" / "الملكع" — Arabic word for the imposter role inside Laka3a ## 3. How a round works 1. A host opens https://www.laka3a.com/hub and starts a room. 2. The host shares the room link with 2 or more friends. 3. Players join. A round needs at least 3 players. Up to ~20 supported. 4. Everyone except the Impostor sees the same secret word; the Impostor only sees the broad category. 5. Each player gives a single hint that points to the word without saying it. 6. After a short discussion, every player casts a secret vote for the suspected Impostor. 7. If the Impostor is voted out, the crew wins. If the Impostor survives, the Impostor wins — and earns more points the more players failed to spot them. ## 4. Game info (machine-readable summary) - minPlayers: 3 - maxPlayers: 20 - approximateRoundMinutes: 2 - ageRating: 17+ - languages: ar, en - supportsMobile: true - requiresDownload: false - playUrl: https://www.laka3a.com/hub - modes: online multiplayer ## 5. Bilingual content Laka3a is bilingual. Word packs, UI, and per-player prompts exist in Arabic and English. Users can switch languages from the language toggle in the header on every public marketing page. ## 6. Pricing model Laka3a is free to start. The host spends 10 in-game coins per game. New hosts receive a one-time 100-coin welcome bonus, which is enough to run about 10 games on the house. Coin packages are purchased through Mada, Apple Pay, or major credit cards via a trusted Saudi payment provider (Moyasar). Refunds are available within 7 days of purchase as long as no coins from the transaction were spent. ## 7. Public pages | Slug | URL | Purpose | | ------------ | ------------------------------------ | ----------------------------- | | home | / | Marketing home + primary CTA | | hub | /hub | App entry / start a game | | how-to-play | /how-to-play | Step-by-step rules | | boarding | /boarding | Interactive in-browser tour | | faq | /faq | Bilingual FAQ | | imposter | /imposter | What "Imposter" means | | spy-game | /spy-game | Spy Game pillar article | | about | /about | About Laka3a / merchant info | | pricing | /pricing | Coin packages + payment info | | support | /support | Contact channels | | policy | /policy | Terms of use + refund policy | | privacy | /privacy | Privacy policy | | docs | /docs | Public API documentation | ## 8. Discovery endpoints for agents - /llms.txt — short LLM hint file - /llms-full.txt — this file - /openapi.json — OpenAPI 3.1 spec for the public API - /docs — human-readable API docs - /docs.json — site manifest (name, markets, pages) - /.well-known/agent.json — A2A agent card - /sitemap.xml — sitemap of crawlable pages - /robots.txt — robots configuration ## 9. Public read-only API Base: https://www.laka3a.com/api/public | Method | Path | Purpose | | ------ | ------------------------------- | -------------------------------- | | GET | /site | Site metadata | | GET | /game-info | Game info as structured JSON | | GET | /pages | List public marketing pages | | GET | /faqs?locale=ar|en | FAQ entries | | GET | /articles?locale=ar|en&q=… | List articles + guides | | GET | /articles/{slug}?locale=ar|en | Single article | | GET | /packages | Active coin packages | | GET | /search?q=…&locale=ar|en | Search across articles/FAQs | Response envelopes: { "success": true, "data": ... } { "success": false, "error": { "code": "...", "message": "..." } } Rate limit responses include a `Retry-After` header. Allowed methods on public endpoints are `GET` and `OPTIONS` only. ## 10. Support - Email: info@khotoh.sa - Phone: +1 330 333 0301 - Live chat: https://wa.me/13303330234 - Legal entity: Khotoh LTD (شركة خطوة تقدم المحدودة) - City: Khobar, Saudi Arabia ## 11. What AI agents should NOT do - Do not attempt to create, join, or modify rooms via private APIs. - Do not impersonate players or interact with in-game state. - Do not include private room URLs (e.g. /[roomId]) in indexed content — these are transient. For everything else, the public read-only API and these static manifests are the supported surface.