A web app to encourage people to explore their city. I built this to give myself a little incentive to go out and explore.
- XP is calculated based on your current location at the time the quest was added. The further it is, the more XP you get.
- There's level progression.
- You can only complete the quest when you are within radius of the quest location.
- Everything is stored on the client in localStorage. There are no API calls, third-party tracking, etc.
- For now, quests are loaded manually or loaded through "quest packs" which are just CSV files of quest names + coordinates.
- XP is calculated based on your current location at the time the quest was added. The further it is, the more XP you get. - There's level progression. - You can only complete the quest when you are within radius of the quest location. - Everything is stored on the client in localStorage. There are no API calls, third-party tracking, etc. - For now, quests are loaded manually or loaded through "quest packs" which are just CSV files of quest names + coordinates.