Skip to content

Instantly share code, notes, and snippets.

@cawel
Forked from greatseth/tictactoe.rb
Created January 21, 2009 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cawel/50082 to your computer and use it in GitHub Desktop.
Save cawel/50082 to your computer and use it in GitHub Desktop.
Shoes.app :width => 300, :height => 300 do
@squares = []
(1..9).each do |n|
stack :width => 100, :height => 100 do
@squares[n] = image "1.gif" do
@squares[n] = image "2.gif"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment