bin/99_game in 99_game-2.0.3.pre.68 vs bin/99_game in 99_game-2.0.3.pre.69
- old
+ new
@@ -20,10 +20,10 @@
puts "\t\u00b7 $ -> Joker"
puts "\u00B7 Gameplay"
puts "\t\u00B7 Your goal is to get your opponent to bring the value over 99 by playing 1 of your 3 cards."
puts "\t\u00B7 A card will usually increase the value by itself, but there are a few exceptions:"
puts "\t\t\u00B7 Aces are worth 1"
- puts "\t\t\u00B7 1 - 10 are worth themselves, with the exception of 4 and 9"
+ puts "\t\t\u00B7 2 - 10 are worth themselves, with the exception of 4 and 9"
puts "\t\t\u00B7 4, 9, and Jacks are worth 0"
puts "\t\t\u00B7 Queens decrease the value by 10"
puts "\t\t\u00B7 Kings set the value to 99"
puts "\t\t\u00B7 Jokers set the value to 0"
exit