Sharing & Export
Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.
Share your game results with friends or export detailed data for analysis.
Share Cards
Section titled “Share Cards”When a game finishes, share a beautiful results card:
- Open the game menu and tap Share
- A card is generated showing final rankings, scores, and game details
- Share via the system share sheet — Messages, social media, email, or any app
Card Details
Section titled “Card Details”- Rendered at 2x scale for crisp images on any screen
- Shows player rankings, scores, and the game title
- A text summary is included alongside the image (useful for messaging apps)
Data Export
Section titled “Data Export”Export detailed game data for external analysis:
CSV Export
Section titled “CSV Export”Tabular data suitable for spreadsheets (Numbers, Excel, Google Sheets):
Simple games:
- Columns: Rank, Player/Team, Score
Round-based games:
- Columns: Player/Team, Round 1, Round 2, …, Total
Team games with individual scoring:
- Columns: Rank, Team, Score, Members (with individual scores)
The CSV also includes a metadata header (title, date, status, scoring unit) and any game notes.
JSON Export
Section titled “JSON Export”Structured data for programmatic use. Includes:
- Full game metadata (title, date, scoring mode, end condition, all settings)
- Player and team details with scores
- Round-by-round data
- Game notes with timestamps
Bulk Export
Section titled “Bulk Export”Export multiple games at once as a JSON file. The export wraps all selected games with an export timestamp.
How to Export
Section titled “How to Export”- Open the game menu
- Tap Export
- Choose CSV or JSON
- Share the file via the system share sheet
- CSV is best for quick analysis in a spreadsheet
- JSON is best for developers or importing into other tools
- Share cards are great for group chats after a game
- Scores are formatted as whole numbers when possible, with one decimal place for fractional scores
- All dates use ISO 8601 format in JSON exports
Related Features
Section titled “Related Features”- Finishing Games — Share after completing a game
- Rounds — Round data in exports
- Categories — Category scores in exports
What’s included in the export?
Section titled “What’s included in the export?”Player names, scores, rankings, round data (if applicable), game metadata (title, date, scoring mode, end condition), and notes. Category scores are included for games with categories.
Can I import data back into the app?
Section titled “Can I import data back into the app?”No. Export is one-way — it’s designed for analysis and record-keeping, not for importing data.
What format should I use?
Section titled “What format should I use?”Use CSV if you want to open the data in a spreadsheet. Use JSON if you’re a developer or need structured data for another tool.