mastermind_adeybee 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b50164211a7a1a2415d58af7f575d6b66fe1822
4
- data.tar.gz: 21ae40a554532f7043d64cdfae424aaf9d31a817
3
+ metadata.gz: 04c513edae19bfedb3803d37e0f51b5962eb3d9b
4
+ data.tar.gz: 9b386735c76317f7b540f996012a42b163daddf7
5
5
  SHA512:
6
- metadata.gz: 179a1542919f4046322d36ed924ef12e827ac3662b5b61d4e335a2c528cf459060b8484dc8de9f85da663bf95edc62a44ec0a47f238a298344d95f99ad7a258c
7
- data.tar.gz: a5d817189c8d8de2ad89b054b3bebda6dd513c8d74b4714535727932af7ae9cae87887d78a1a08ebe3d8acb00f944ae443bec24de218476956dab9052bc67a29
6
+ metadata.gz: 8bf73548e9b7d6a466efdd150f896810ca2575fba7fa2302c91d029fc9f4bce798852714813d9c4f1f131512176992d4ad3f998a78c7edf0a1a9d7fbf4d146dc
7
+ data.tar.gz: 7f76fb62c18cbc4c71ae33dff0d5409e7e9df5218574918a436b4e9c4ff177c1161e46513bfaeaf92a593a42b6025ef0b345eb939ecd00693405fc78e8b12461
data/game_results.txt ADDED
@@ -0,0 +1 @@
1
+ bayo finished the game with ["g", "g", "r", "r", "m", "y"] within 11 rounds in 130 seconds
@@ -1,3 +1,3 @@
1
1
  module Mastermind
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/messages.rb CHANGED
@@ -35,7 +35,7 @@ module Mastermind
35
35
  end
36
36
 
37
37
  def intermidiate_msg
38
- "I have generated an intermidiate sequence with six elements made up of: #{@red}, #{@green}, #{@blue}, #{@yellow} and #{@cyan}. Use (h) to get hints, you have 3 hint. Use (q)uit at any time to end the game."
38
+ "I have generated an intermidiate sequence with six elements made up of: #{@red}, #{@green}, #{@blue}, #{@yellow}, #{@cyan}and #{@magenta}. Use (h) to get hints, you have 3 hint. Use (q)uit at any time to end the game."
39
39
  end
40
40
 
41
41
  def advance_msg
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastermind_adeybee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adepoju Adebayo
@@ -172,6 +172,7 @@ files:
172
172
  - bin/game_results.txt
173
173
  - bin/mastermind
174
174
  - bin/setup
175
+ - game_results.txt
175
176
  - lib/computer.rb
176
177
  - lib/game_engine.rb
177
178
  - lib/game_results.txt
@@ -186,6 +187,7 @@ files:
186
187
  - mastermind-0.1.1.gem
187
188
  - mastermind.gemspec
188
189
  - mastermind_adeybee-0.1.1.gem
190
+ - mastermind_adeybee-0.1.2.gem
189
191
  - vendor/bundle/ruby/2.2.0/bin/_guard-core
190
192
  - vendor/bundle/ruby/2.2.0/bin/cdiff
191
193
  - vendor/bundle/ruby/2.2.0/bin/coderay