diff --git a/src/App.svelte b/src/App.svelte index 31878bd..d65c00f 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -14,6 +14,7 @@ import HuntCreate from './routes/admin/HuntCreate.svelte' import HuntManage from './routes/admin/HuntManage.svelte' import PhotoReview from './routes/admin/PhotoReview.svelte' + import Rules from './routes/Rules.svelte' const routes = { '/': HuntList, @@ -26,6 +27,7 @@ '/admin/hunt/create': HuntCreate, '/admin/hunt/:huntId': HuntManage, '/admin/hunt/:huntId/review': PhotoReview, + '/rules': Rules, } const publicRoutes = ['/login', '/signup'] diff --git a/src/lib/components/BottomNav.svelte b/src/lib/components/BottomNav.svelte index 059c25d..15ac5e8 100644 --- a/src/lib/components/BottomNav.svelte +++ b/src/lib/components/BottomNav.svelte @@ -29,4 +29,11 @@ Scores {/if} + + diff --git a/src/routes/Rules.svelte b/src/routes/Rules.svelte new file mode 100644 index 0000000..dd3d5e3 --- /dev/null +++ b/src/routes/Rules.svelte @@ -0,0 +1,65 @@ + + +
How to play fairly and have a great time.
+ +All photos must be taken during the hunt. No screenshots, stock images, or photos taken before the hunt started.
+Never trespass on private property or put yourself in danger to get a shot. No clue is worth it.
+Leave every location exactly as you found it. Be respectful of spaces and the people in them.
+Keep your finds to yourself until the hunt is over. Sharing clue answers or locations with other teams is not allowed.
+Submitted photos must clearly show the required subject. Blurry, cropped, or ambiguous photos may be rejected by the organizer.
+All submissions must be made before the hunt ends. Late entries will not count toward your score.
+The hunt organizer has final say on whether a photo meets the requirements. Disputes should be raised politely and promptly.
+Good sportsmanship is expected from everyone. Celebrate the wins, shake off the misses, and enjoy the adventure.
+