/go-robo-go

Primary LanguageJavaScriptMIT LicenseMIT

go-robo-go

A hopefully kid friendly game to learn programming.

Screenshot 2024-09-20 at 22 44 06

DEV

setup

  1. gh repo clone Velrok/go-robo-go # checkout the GH repo
  2. make sure ruby is installed I prefer rbenv
  3. rbenv install # will install ruby
  4. gem install bundler # ruby package manager used to install deppendencies
  5. bundle install # will download and install gems (libs)
  6. bundle exec ruby myapp.rb # run the webserver