headrick2018
and many others are using
Hackety Hack
to learn how to code.
Hackety Hack is a free program for Windows, Mac OS X and Linux that can teach you how to make games, applications and more and share those programs with your friends. You can ask other budding programmers questions and follow them to see what code they're working on through the Hackety Hack website.
Sign up
Learn More
Shoes.app do
para "Wright your own story. Don't forget to fill in the blanks."
flow do
stack :width => "100" do
para "Type a"
para "noun"
para "noun"
para "past tense verb"
para "adjective"
para "tool"
end
stack :width => "50" do
line = edit_line
line2 = edit_line
line3 = edit_line
line4 = edit_line
line5 = edit_line
button "Click Here To See Your Results" do
alert "A " + line.text + " " + line3.text + " a " + line4.text + " " + line2.text + " with a " + line5.text
end
end
end
end