You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to share something I whipped up a fun app for my kids and some friends, a simple game where they visit a site on their phones, get a question and clue, once they answer it they get a location to go to. When they get within 10m of the location they can get the next quiz question and location.
It's quite fun and I actually think it could work well for people of all ages! Basically an ambulatory pub quiz...and it can easily be extended to different scenarios. And the best part is that it can be deployed as a completely static site including on GitHub pages, obviously there's no leaderboard etc that would require a database but the end-to end treasure hunt and quiz functionality works :)
The one note is that right now the 10m restriction can be bypassed by refreshing the page (which is a feature not a bug, but I can imagine with adults or older kids you wouldn't want this, but it is an easy fix).
Anyway, I hope someone else can get some enjoyment out of this fun little app as well :)
The questions are in Danish (you wouldnt necessary want to reuse what I have anyway) but the source code and comments are all in english.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wanted to share something I whipped up a fun app for my kids and some friends, a simple game where they visit a site on their phones, get a question and clue, once they answer it they get a location to go to. When they get within 10m of the location they can get the next quiz question and location.
It's quite fun and I actually think it could work well for people of all ages! Basically an ambulatory pub quiz...and it can easily be extended to different scenarios. And the best part is that it can be deployed as a completely static site including on GitHub pages, obviously there's no leaderboard etc that would require a database but the end-to end treasure hunt and quiz functionality works :)
The one note is that right now the 10m restriction can be bypassed by refreshing the page (which is a feature not a bug, but I can imagine with adults or older kids you wouldn't want this, but it is an easy fix).
Anyway, I hope someone else can get some enjoyment out of this fun little app as well :)
The questions are in Danish (you wouldnt necessary want to reuse what I have anyway) but the source code and comments are all in english.
Source code: https://github.com/zeyus/sveltekit-treasure-hunt
GitHub pages live demo: https://zeyus.com/sveltekit-treasure-hunt/
Beta Was this translation helpful? Give feedback.
All reactions