lepfhty / blackjack-rb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack

A simple text-based blackjack game for the console.

To run:

ruby -Ilib lib/game.rb

The game will exit when all players have zero balances, or when you exit with ctrl-c.

To run unit tests and code coverage:

bundle install
rake test

About


Languages

Language:Ruby 100.0%