Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.2 KB

Connect Four

Build a simple Connect Four game in Ruby with Shoes™

Sub-Lessons

This lesson consist of two sub-lessons

The second lesson builds off of the first one and should be done after completing the first.

Prereqs - Installing Shoes and a text editor

On windows, download and unzip Shoes 3 +video for Windows

Download and install Notepad++

Mac OSX

On Mac OSX 10.6 (Snow Leopard) and 10.7 (Lion), download Shoes 3. Open the dmg file, and copy the Shoes app to your computer.

Download and open Text Wrangler

NOTE Windows users cannot do alert inside of an animate block. change animate do to click do or if button == 1 calls to a click do call