Created
July 18, 2014 22:13
-
-
Save pumpkincouture/ca50addead6dff8eb962 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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