99_game 2.0.3.pre.71 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/bin/99_game +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGI0ZGE5NGE3ODcyMzkxYTRhNmNjNDAyNWM2MjhhNzExYTljNjdiYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzBlZmM2MzJkODQ0NmNiNjI5ZThiZTY2MjRlNzQ3ZjU2ZDEzZWM5ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YWExNmUzMzRhOTQzZWFiMjRlMGE5YjQwMjhhYzVjMGQzNWMzMDM2MGQwYzEx
|
10
|
+
YTA3OTM5YTg2NGJmNjJmZDUyYjZiNGE0OGQ5YmUwNDQ0NTg4ZjFlYTYzOThl
|
11
|
+
OTcxYjk2ZjM5OTE5NWI0ZTYxNWMyY2Y3NzdmMjFmMmM2NGNmZTg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWZiZDA1NjdiYWM2YmNiMjk1NGIwYTdlZmY1ZDVjYjllY2M2NzZlZGRjZTQ1
|
14
|
+
ZTkxYTRiODQ2NDJmNWNiOTcwNGMwMjQ3ZmU2NTUzZWFjYjgwZDU2MTk2NDk3
|
15
|
+
ZDEyMDMwOGEzY2QxMGZmNzZjNjU5NDA0NjFlYzA5MTZhNTcyMjI=
|
data/bin/99_game
CHANGED
@@ -22,7 +22,7 @@ BEGIN { # Looks at its arguements
|
|
22
22
|
puts "\t\u00B7 Your goal is to get your opponent to bring the value over 99 by playing 1 of your 3 cards."
|
23
23
|
puts "\t\u00B7 A card will usually increase the value by itself, but there are a few exceptions:"
|
24
24
|
puts "\t\t\u00B7 Aces are worth 1"
|
25
|
-
puts "\t\t\u00B7
|
25
|
+
puts "\t\t\u00B7 1 - 10 are worth themselves, with the exception of 4 and 9"
|
26
26
|
puts "\t\t\u00B7 4, 9, and Jacks are worth 0"
|
27
27
|
puts "\t\t\u00B7 Queens decrease the value by 10"
|
28
28
|
puts "\t\t\u00B7 Kings set the value to 99"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: 99_game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.3
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zachary Perlmutter
|
@@ -45,9 +45,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
45
|
version: 1.9.3
|
46
46
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
47
|
requirements:
|
48
|
-
- - ! '
|
48
|
+
- - ! '>='
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version:
|
50
|
+
version: '0'
|
51
51
|
requirements: []
|
52
52
|
rubyforge_project:
|
53
53
|
rubygems_version: 2.4.2
|