Skip to content

Instantly share code, notes, and snippets.

View jeffpeterson's full-sized avatar
🤠
Howdy!

Jeff Peterson jeffpeterson

🤠
Howdy!
  • Craft & Concept
  • Michigan
  • 20:43 (UTC -05:00)
View GitHub Profile
require 'turtle'
turtles = [Turtle.new, Turtle.new, Turtle.new]
while true
# get the command
print "Enter a command: "
s = gets.chomp
# exit?