Build a simple Connect Four game in Ruby with Shoes™
This lesson consist of two sub-lessons
The second lesson builds off of the first one and should be done after completing the first.
On windows, download and unzip Shoes 3 +video for Windows
Download and install Notepad++
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