Skip to content

Instantly share code, notes, and snippets.

View jeffpeterson's full-sized avatar
🤠
Howdy!

Jeff Peterson jeffpeterson

🤠
Howdy!
  • Craft & Concept
  • Michigan
  • 00:26 (UTC -04: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?