README.md in cards_lib-0.1.2 vs README.md in cards_lib-0.2.0
- old
+ new
@@ -13,11 +13,20 @@
I'm willing to bet you that there is no other Ruby card game library
out there as easy to use, as well thought out, and as simple to
understand as mine. Come on, I dare you to use it and review it! ;-)
+##Scope
+The scope of this project aims to be a game agnostic card management
+and evaluation system. Game logic itself will not be provided with
+this library. The creation, grouping, comparison, and evaluation of
+cards is the sole purpose of this gem.
+
+Feel free to contribute or raise suggestions via the issue tracker.
+I welcome participation of all kinds! :-)
+
##Install
```
gem install 'cards_lib'
```
@@ -59,10 +68,12 @@
* **lib/cards_lib/is_set.rb** is a golden tool in card hand verification.
* In **lib/cards_lib/standard.rb** there are some basic deck templates.
-* In **lib/cards_lib/standard/rules/poker.rb** there are some working Poker hand verification methods.
+* In **lib/cards_lib/standard/rules/poker_rule.rb** there are some working Poker hand verification methods.
+
+* In **lib/cards_lib/standard/evaluators/blackjack_evaluator.rb** there is a Blackjack hand worth evaluation tool. See the **test/standard/evaluators/blackjack_evaluator_test.rb** for examples.
##License
The MIT License (MIT)