Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 562 Bytes

Gosu Experiments

Fun with gosu (ruby drawing library) and texplay

Setup

  1. Ensure you have bundler installed
gem install bundler
  1. Set up the bundle for this project
bundle install

Run

For any given ruby file, just run it as an executable: (assumes your Ruby lives here: /usr/bin/ruby)

./hello_world.rb

Resources