hackBCA2016

Note: For the final version, please use the master .zip file

Inspired by geocaching and Capture the Flag security competitions, we wanted to build puzzles and instill critical thinking within the community. Twilio's API features allowed us to extend our capabilities to mobile devices via text.

In our HTML/CSS file, we set up a form with text areas and submit buttons. On this site, users submit their cell phone numbers to receive and solve puzzles via texting. Users also create and add their own puzzles to the site, allowing other users to solve them.

The website references a Python file which used the Flask installation. In this, we sent text messages through Twilio's provided phone number. Once users receive the text from the generated number, they respond back with guesses. This response is recorded and accessed using the Twilio API. In yet another Python file, it checks the user input. If the input is correct, another puzzle is texted to the user.

Share this project:

Updates