Back to projects

Personal Project ยท 2024

Loldle Champion Guess Solver

LoLdle Solver

A Flask web app that helps solve LoLdle

LoLdle Solver cover

Tech Stack

PythonFlaskPandasExcelHTMLCSSRender

Overview

LoLdle Solver helps players narrow down possible League of Legends champions by entering a guess and selecting the feedback colours returned by LoLdle. The app then filters the remaining candidate list until the answer is easier to identify.

Core Features

  • Searchable champion input for fast guess selection.
  • Feedback filters for Gender, Position, Species, Resource, Range, Region, and Year.
  • Candidate list updates after each guess.
  • Guess history keeps track of previous attempts and remaining possibilities.
  • Reset button starts a new solving session.

Data Workflow

  • Loads champion attributes from an Excel data file.
  • Uses Pandas filtering logic to apply green, yellow, red, older, and newer feedback.
  • Runs as a simple Flask app with HTML and CSS templates.
  • Hosted on Render for public access.

Project images