From ca6ec267189326674ba69c97339076c36385d073 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Sun, 16 Jun 2024 08:46:12 -0400 Subject: [PATCH] emphasis multiple submissions --- src/routes/(app)/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(app)/+page.svelte b/src/routes/(app)/+page.svelte index a5fc671..171b0eb 100644 --- a/src/routes/(app)/+page.svelte +++ b/src/routes/(app)/+page.svelte @@ -144,7 +144,7 @@ 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 (before the Grand Faire). You can submit multiple times, and are encouraged to! Only the most recent submission will be used. 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). You can submit multiple times and are encouraged to do so over the 5 days! Only the most recent submission will be used. Submissions from a prior season will not automatically roll over into the next.

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.