A hopefully kid friendly game to learn programming.
gh repo clone Velrok/go-robo-go# checkout the GH repo- make sure ruby is installed I prefer rbenv
rbenv install# will install rubygem install bundler# ruby package manager used to install deppendenciesbundle install# will download and install gems (libs)bundle exec ruby myapp.rb# run the webserver