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 +4 -4
- data/game_results.txt +1 -0
- data/lib/mastermind/version.rb +1 -1
- data/lib/messages.rb +1 -1
- data/mastermind_adeybee-0.1.2.gem +0 -0
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04c513edae19bfedb3803d37e0f51b5962eb3d9b
|
|
4
|
+
data.tar.gz: 9b386735c76317f7b540f996012a42b163daddf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/mastermind/version.rb
CHANGED
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 #{@
|
|
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.
|
|
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
|