Board Game Scoring & Ledgers
++ I like to play board games, but tallying up scores for some of them is a nightmare. I'm + building some tools to help me keep score. +
+ +-
+
- Floriferous +
-
+ {#each gameSummaries as summary}
+
- + {summary} + + {/each} +
Floriferous Scoring
-{#if previousGames.length > 0} -Previous Games
--
- {#each previousGames as game}
-
- - {Intl.DateTimeFormat('en-GB', { - weekday: 'long', - day: 'numeric', - month: 'long', - year: 'numeric', - hour: '2-digit', - minute: '2-digit' - }).format(game.playedTs)}: - {game.winner} Won - - {/each} -
Floriferous Scoring
++ Floriferous is a board game published by Pencil First games, in which you find find joy in the + abundance of nature. +
-Players
+Players
- {#if players.length > 0} --
- {#each players as player}
-
- - {player.name} ({player.score} points, finished on row {player.rowAtEndOfGame}) () - - {/each} -
-
+ {#each players as player}
+
- + {player.name} ({player.score} points, finished on row {player.rowAtEndOfGame}) () + + {/each} +
And the winner is:{game.winner}
-Add to Ledger
+ {#if players.length > 1} + {#if isWinnerVisible} +And the winner is:{game.winner}
+Add to Ledger
-You can save this game in the Ledger
- + {#if apiPassword.length > 0} +You can save this game in the Ledger
+ + {/if} + {:else} + {/if} - {:else} - {/if} + {:else} +Add at least one player to get started
{/if} - {:else} -Add at least one player to get started
- {/if} - {#if !isWinnerVisible} -