notryanb / ruby_snake

A CLI game of Snake implemented in Ruby & Curses
1 stars 0 forks source link

Gemify! #7

Open notryanb opened 7 years ago

notryanb commented 7 years ago

Use Ruby Gems guidelines to turn this into a gem.

Ideally I just want to be in terminal and run 'ruby_snake' to have the game initialize and start up. I guess checking for Ruby installations is redundant if using bundler.