Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Agari is a comprehensive Riichi Mahjong scoring engine written in idiomatic, modern Rust. It transforms raw hand notations into detailed scoring results, handling the complex interplay between hand decomposition, wait patterns, situational yaku, and minipoint (fu) calculation.

**[🎮 Live Demo](https://ryblogs.github.io/agari/)** — Try the web interface for agari-core
**[🎮 Live Demo](https://agari.org/)** — Try the web interface for agari-core

---

Expand Down
7 changes: 7 additions & 0 deletions web/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
box-sizing: border-box;
}

/* Prevent double-tap-to-zoom on interactive elements for mobile */
button,
.btn,
[role="button"] {
touch-action: manipulation;
}

html {
font-family: var(--font-sans);
font-size: 14px;
Expand Down