# Killer Game Generator > Web app for organizing Killer party games: create games, invite players, assign elimination tasks, and track the last player standing. ## Product - [Homepage](https://the-killer.online/en): Create or join a Killer party game (locale prefix may vary). - [Create a Game](https://the-killer.online/en/games/create): Start a new party game and share the admin link with the organizer. - [Join a Game](https://the-killer.online/en/games/join): Join an existing game using its public ID or slug. ## Documentation - [README](https://github.com/madeindjs/killer-game/blob/main/README.md): Setup, Docker, Docker Swarm, and reverse-proxy configuration. - [AGENTS.md](https://github.com/madeindjs/killer-game/blob/main/AGENTS.md): Project structure, tech stack, TypeScript migration rules, and development commands. - [OpenAPI Docs](https://the-killer.online/docs): Interactive API reference for the Fastify backend. - [AI / MCP Setup](https://the-killer.online/en/docs/ai): Connect Claude, Cursor, Mistral, or any MCP client to manage games (also available in French at `/fr/docs/ai`). ## API - [Application Stats](https://the-killer.online/api/stats): Public counters for created games, started games, finished games, and eliminated players. - [MCP Endpoint](https://the-killer.online/mcp): Model Context Protocol endpoint for AI assistants to manage games and players (see README for authentication). ## Optional - [License](https://github.com/madeindjs/killer-game/blob/main/LICENCE): Project license.