Skip to content

Instantly share code, notes, and snippets.

@mjansen401
Created March 30, 2011 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjansen401/894370 to your computer and use it in GitHub Desktop.
Save mjansen401/894370 to your computer and use it in GitHub Desktop.
TTT run
def run
game_setup
run_the_game
restart while play_again?
rescue Exception
exit
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment