Skip to content

RubyoffRails/Episode1-Summer2012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "QH" instead of queen-hearts". And "5H" instead of 5-hearts

Tiger Level

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

Eagle Level

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

Copyright: Jesse Wolgamott, MIT License (See LICENSE)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages