DEV Community

Damian Konarski
Damian Konarski

Posted on

Looking for feedback on a real-time decision overlay for League of Legends

Hey,

I’ve been working on a small side project and I’d really appreciate some feedback from other devs / players.

It’s a desktop overlay for League of Legends that shows simple, real-time suggestions based on the current game state (things like objectives, resets, map movement, etc.).

On the tech side:

  • Python decision engine (game state + scenario logic)
  • FastAPI backend
  • WebSocket for real-time updates
  • C# / WPF overlay
  • HTML/CSS/JS HUD

The core idea isn’t “AI playing for you”, but rather a structured decision layer that tries to answer:
→ “what should I do next right now?”

Right now I’m trying to figure out:

  • whether this kind of system is actually helpful in real games
  • if the suggestions are too obvious / too noisy
  • how it feels from a UX perspective during gameplay

If anyone here is interested in testing it for a few games and sharing feedback please dm Me

Also happy to answer any technical questions 🙂

Top comments (0)