99_game 2.0.3.pre.68 → 2.0.3.pre.69
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 +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YmVkYTEzMTgyZTRkMzcwMTc2OTgwNGZmNjFhZTQzNWFkMWE5ODQ5NA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTM2OTBjY2IxYzQ3MGNkODI2YWVmY2UzZjFjZDBhYWU2NWQ4MWIxNw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTRiYzdjOGE2YjJmOTgyYTE4YzViZmQzYzc0MDVhNjEyMTM1ZjM3YWM2YzVk
|
10
|
+
YzI0MjI0ZDI2NDdmNWM2MWZjNmQ4ODBjNWYzNTkyOThjMmM2ZDczMDQwZTVh
|
11
|
+
MWQ5ZTQxM2Y1ODIxNGQwYjZjOWMzMWUwZGYwMjBjMWIwYzE2ODg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDM3MTgwNDAxNjlhNzgzMDE5YWI3MzM0MzNiYTZmNDc2NmU1ZjI1OTMyM2Y5
|
14
|
+
NWVhMmZhOWVjNDI3MDViZGUyYWFmOTM1ZjY4OTFkZTM3MTQxNDlmODVjNmQx
|
15
|
+
NWQ4NDZhY2UzOTZjOGE4NmNkZTVlMDFmNTM4MGUxYmI3YWQ5OWE=
|
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 2 - 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"
|