Object Oriented Blackjack An implementation of Blackjack written in OOP style. Files blackjack_oop.rb - Implementation of Blackjack helpers.rb - Two helper functions I use in a lot of projects card_game.rb - Card and Deck class that can be used in other card games.