Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created July 18, 2014 22:13
Show Gist options
  • Save pumpkincouture/ca50addead6dff8eb962 to your computer and use it in GitHub Desktop.
Save pumpkincouture/ca50addead6dff8eb962 to your computer and use it in GitHub Desktop.
new_game=Game.new
player=Players.new
player.welcome
player.user_turn
new_game.game_over?
# until new_game.game_over?
# player.user_turn
# player.computer_turn
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment