-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ashley Michal edited this page Mar 9, 2016
·
2 revisions
Ruby Monday's Connect Four app is a web-based two-player game of Connect Four with an SMS interface implemented through the Twilio API.
Players simply text 'start game' to the provided number and receive a game ID they can share with a friend. That friend can text 'join game #{game_id}' to the same number. After that, making moves is as easy as texting the appropriate column number!
// TODO: Usage example images.
- Works over SMS so saves data and is accessible across mobile platforms.