diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index 619c105..66f612a 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, "Market Day" tournaments will be held every 2 hours. These tournaments award no prizes but are important to partake in because they give players a sense of how well their contract performs against others and creates an opportunity to discover and experiment with meta-strategies. + On every day of a season, "Market Day" tournaments will be held every 2 hours. These tournaments award no prizes but are important to partake in because they give players a sense of how well their contract performs against others and creates an opportunity to discover and experiment with 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. @@ -144,10 +144,10 @@ Players are ranked in a series of offchain tournament-style matches against each other, consisting of 4 players at a time. The top performing players of each bracket advance into the next bracket, and so on. The player that maintains the highest overall ranking in the final bracket wins the tournament!
- To participate in tournaments, players must make at least one code submission while that season is open (any time before the Grand Faire). You can submit multiple times and are encouraged to do so over the 5 days! Only the most recent submission will be used, so there is no harm in submitting early. Submissions from a prior season will not automatically roll over into the next. + To participate in tournaments, players must make at least one code submission while that season is open (any time before the Grand Faire). Submissions from a prior season will not automatically roll over into the next. You can submit multiple times and are encouraged to do so over the 5 days! Only the most recent submission will be used, so there is no harm in submitting early.
- Code submissions are published onchain but are encrypted with a key that will only be revealed when the season is closed (right before the Grand Faire). This allows players to decrypt past season winners to train against and incentivizes players to gradually refine their solutions in the next. + Code submissions are published onchain but are encrypted with a key that will only be revealed when the season is closes. This allows players to decrypt past season winners to train against and incentivizes players to gradually refine their solutions in the next.
{#if SCHEDULE.length}