From b0c219b88b1410752df1607c3ec6632b54121314 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Mon, 17 Jun 2024 08:13:26 -0400 Subject: [PATCH] frontpage language add a trophy to contest progress winner --- src/lib/components/contest-progress.svelte | 2 +- src/routes/(app)/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/contest-progress.svelte b/src/lib/components/contest-progress.svelte index 8a18d90..105ed1d 100644 --- a/src/lib/components/contest-progress.svelte +++ b/src/lib/components/contest-progress.svelte @@ -178,7 +178,7 @@
Winner: {#if t.rankings[0]?.name} - + 🏆️ {:else} None {/if} diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index 178b55c..ca7287d 100644 --- a/src/routes/(app)/+page.svelte +++ b/src/routes/(app)/+page.svelte @@ -131,7 +131,7 @@ The contest will run approximately over a period of 15 days, with every 5 days marking a "Season." Seasons are made up of quick, daily tournaments and one final and conclusive tournament on the last day. Tournaments pit all players in the season against each other to produce an overall ranking.

- On every day but the last of a season, six "Market Day" tournaments will be held. These tournaments award no prizes but are important because they give players a sense of how well their contract performs against others and creates an opportunity to discover meta-strategies. + On every day but the last of a season, "Market Day" tournaments will be held every 4 hours. These tournaments award no prizes but are important because they give players a sense of how well their contract performs against others and creates an opportunity to discover meta-strategies.

On the last day of the season, a single "Grand Faire" tournament is held. The Grand Faire DOES award prizes (in ETH) to the winner, and will also consist of more matches for certainty. The Grand Faire prize increases with each successive season, as players naturally become more sophisticated with time.