Bot Lords Mobile open source en C# .NET 8 — remplace LordsMobileBot.exe. Architecture modulaire, 41 fichiers, ~6200 lignes de code.
| Phase | Modules | Fichiers | Lignes |
|---|---|---|---|
| 1 — Fondations | Parser IGG, Auth, SQLite, Proxies | 9 | 900 |
| 2 — API + UI | IggApiClient, BotEngine, MainForm | 10 | 1300 |
| 3 — Modules avancés | GuildFest, Events, Inventory, ChatBot | 9 | 1200 |
| 4 — BattleSim | BattleSimulator, HeroStage, Monitor | 8 | 1100 |
| 5 — Carte monde | WorldMap 512×512, AdvancedGather, GVG | 4 | 900 |
| 6 — Polish final | Gear, Prison, StatExport, OAuth | 5 | 800 |
| Total | 41 fichiers | 41 | ~6200 |
winget install Microsoft.DotNet.SDK.8
dotnet restore && dotnet build -c Release
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publishLordsBotFree.exe
GameAssets/ ← depuis LordsBot-Release.zip
Language/ ← depuis LordsBot-Release.zip (20 langues)
Stockées dans %AppData%\LordsBotFree\ (SQLite + DPAPI + JSON)
MIT — Libre d'utilisation, modification et distribution.