{game?.name} | Bored Game

{game?.name}

{`Image

Year Published: {game?.year_published}

Players: {game.players} {game.max_players === 1 ? 'player' : 'players'}

Playtime: {game.playtime} minutes

Minimum Age: {game.min_age}

{#if +game?.price !== 0.0}

Price: ${game?.price}

{/if} Board Game Atlas
{#if existsInCollection} {:else} {/if}
{#if firstParagraphEnd > 0}
{@html game?.description?.substring(0, firstParagraphEnd)}
{#if game?.description?.substring(firstParagraphEnd + 1) !== ''}
{#if seeMore} {@html game?.description?.substring(firstParagraphEnd + 1)} {/if}
{/if} {:else}
{@html game?.description}
{/if}