Digital Hunt is a fun filled 2-round game, where your digital common sense and basic computer tricks are put into test. It's a kind of a CTF type of event, but basic. Digital Hunt is a unique take on the traditional treasure hunt, with a digital twist. The event was designed to be entirely computer-based.
- You need to sign in with a google account to start playing.
- There's no guide to help you on
what needs to be done next?
, that's what you have to figure out in this game. - Advised to be played on a Desktop/Laptop computers, and not on Smartphones.
- Consists of total two rounds.
- You can submit the form any number of times, so keep filling the answers as you solve the puzzles.
- Each puzzle you solve fetches you a +20 and each hint you take will take -10 from you.
- Public leaderboard is available here
- Now, go ahead and find Obama's hacker
-
Clone the repo
git clone https://github.com/Finite-Loop-Club-NMAMIT/Digital-Hunt.git
-
Install dependencies
pnpm i
-
Create an
.env
file similar to.env.example
and fill the keys. -
Start the development server
pnpm dev