This application is a read-only overlay that observes the champion select (draft) phase through the League Client API (LCU). It does not modify the client, send input, or automate any actions.
The purpose of the tool is to help players make more informed decisions during champion select by providing short, insightful information about:
- The user’s team composition
- The enemy team composition
- Synergy and weaknesses within the drafts
- Helpful strategic suggestions (e.g., "Avoid team fights early until your carries have 2 items")
All analysis is advisory only. The overlay does not pick champions, hover champions, send chat messages, or interact with the League client in any automated way. It simply displays suggestions and allows the user to manually copy text if they choose.
The goal of this project is to reduce "lost in champ select" situations and help players understand fundamental concepts of team composition over time. As players gain awareness of their team’s strengths and weaknesses, they can make better draft decisions and improve the overall experience of the game’s early phases.
This project uses only documented LCU endpoints (such as champ-select session and gameflow state) and handles all data locally without transmitting or storing player credentials.