Release Notes
Added
- Inferred Winning Tile Display: When scoring a hand without explicitly selecting a winning tile, the frontend now shows which tile was automatically inferred and highlights it in the hand
- Yellow info banner: "💡 Winning tile inferred as [tile]. Click a tile in your hand to select explicitly."
- Auto-selects the inferred tile in the hand display with the "WIN" badge
- Handles red five matching (inferred "5m" correctly matches red "0m")
- WASM Test Suite: Added 27 focused tests for
agari-wasm covering the WASM binding layer
- Request/response integration tests
- Inferred winning tile functionality
- Shanten and ukeire API wrappers
- Helper functions (
parse_wind, yaku_name, format_structure)
Changed
ScoringOutput in WASM bindings now includes optional inferred_winning_tile field
Install agari 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ryblogs/agari/releases/download/v0.11.0/agari-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ryblogs/agari/releases/download/v0.11.0/agari-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install ryblogs/tap/agari
Download agari 0.11.0