ellesuzuki / Episode1-Summer2012

Blackjack: A Casino game. No gambling, just skill!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Episode1 Summer 2012- BlackJack

A Casino game. No gambling, just skill!

Panda Level

  1. Play the game by running this code:
irb
require "./blackjack"
game = Game.new
game.hit
game.stand
  1. Change the Card's to_s to show "H5" instead of 5-hearts"

Tiger Level

  1. Complete the Panda assignment
  2. If a player busts (goes over 21), the game should #stand for the player

Eagle Level

  1. The dealer hand should not show both cards until the player has stood (It should be like "XX", "Q5")

Copyright: Jesse Wolgamott, MIT License (See LICENSE)

About

Blackjack: A Casino game. No gambling, just skill!

License:MIT License


Languages

Language:Ruby 100.0%