RubyGems: Follow-up

Josh Cheek gave a lightning talk today at 8th Light U about load paths in Ruby, which prompted me to follow up with him afterwards about the trouble I was having yesterday interacting with my pszals_ttt gem. I was attempting to call the gem instead of calling the binary file contained inside the gem. Once the gem is installed all one has to do in order to play the game is enter ‘tictactoe’ into the command line and the bash script starts up the game. So now it truly is easier to get going:

1.) gem install pszals_ttt
2.) tictactoe
3.) play on!