TFT-Simulator

Trainings-Tool: TFT-Runden schnell simulieren, 1 Spieler vs. 7 Bots. Kampf = Vergleich von Boardstärke-Scores (Regel-Baseline + gelernte Gewichte aus Endboard-Matchdaten).

Setup

cd backend
uv sync
uv run pytest

Pipeline

uv run python -m tft.cli fetch-static     # Community Dragon, kein Key nötig
uv run python -m tft.cli crawl            # braucht RIOT_API_KEY in .env
uv run python -m tft.cli extract
uv run python -m tft.cli build-artifact
uv run python -m tft.cli calibrate
uv run python -m tft.cli refresh          # crawl + extract + build-artifact (für Cron)

Riot-Dev-Key: https://developer.riotgames.com (24h gültig), in backend/.env als RIOT_API_KEY=....

Server

uv run uvicorn tft.api.app:app --reload --port 8123

Frontend

cd frontend
npm install
npm run dev     # Proxy /api -> localhost:8123
Description
No description provided
Readme 209 KiB
Languages
Python 85.2%
Vue 12.5%
JavaScript 1.3%
Makefile 0.5%
CSS 0.3%
Other 0.2%