Inspiration
Simple grid based board games, the sponsors (Twilio).
What it does
Uses Twilio to listen for a text message, then calls the game code from Google Cloud Functions.
How we built it
Programmed the cloud function using python, with the state of the game stored in a .json within a cloud storage bucket. Twilio sends a HTTP request to the cloud function which triggers the execution and provides the player's move.
Challenges we ran into
Storing the game state correctly, learning how to use Twilio correctly
Accomplishments that we're proud of
Getting the project working in under 10 hours (including sleeping time)
What we learned
Using GCP and Twilio, python programming was new to Katie,
What's next for noughts-and-crosses
Multiplayer!
Log in or sign up for Devpost to join the conversation.