An implementation of Blackjack written in OOP style.
- 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.
An implementation of Blackjack written in OOP style.