ang_ttt_gem 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ class Game
14
14
  @validate = Validate.new
15
15
  @players = []
16
16
  end
17
-
17
+
18
18
  def create_computer_player(mark)
19
19
  @players << ComputerPlayer.new(mark)
20
20
  end
@@ -5,7 +5,7 @@ class Message
5
5
  @message = {
6
6
  welcome: "Welcome to Tic Tac Toe! You will create 2 players. The first player you create will go first.",
7
7
  create_player: "Create a player.",
8
- determine_player_type: "Do you want the player to be human or computer? (H/C)",
8
+ determine_player_type: "Do you want the player to be human or computer? (human/computer)",
9
9
  select_player_mark: "Please select a single letter to represent the player.",
10
10
  invalid_selection: "That is an invalid selection, please make a valid selection.",
11
11
  select_square: "Please select an open square.",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ang_ttt_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: