==================================== This script is a procedural ruby game assignment.
- The final code is similar to Tealeaf Academy code solution. I relied on it for the
calculate_total(cards)method.
- The usefulness of
arr.map{}andarr.select{}methods. - The
arr.product(arr2)method. Super interesting! I was stuck trying to build the deck as a hash and got lost.
Thanks for week 1, Tealeaf!