{game?.name} | Bored Game

{game?.name}

{`Image

Year: {game?.year_published}

Players: {game.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 existsInWishlist} {: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}