Symoodle is a tool to use symbols to unlock secrets.
Symoodle is scaffolded with Create-React-App.
You'll need git and npm. If you run into trouble, ask a JavaScript developer; they should know what to do.
git clone https://github.com/vurvco/symoodle.git
cd symoodle
npm install
npm run start
: runs development servernpm run build
: builds production packagenpm run deploy
: builds and deploys to Netlify
Clues are kept in /src/clues.js
. Right now there's not an easy way to determine what a Symoodle's code will be, you're best bet is to console.log
the code in the SubmitPage
and copy/paste.