Skip to content
Ashley Michal edited this page Mar 9, 2016 · 2 revisions

Ruby Connect Four

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.

Features

  • Works over SMS so saves data and is accessible across mobile platforms.

TODO: Installation

Clone this wiki locally