Skip to content

Ruby implementation of Blackjack (avoiding use of _else_ statements)

Notifications You must be signed in to change notification settings

fredgeorge/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack by Fred George, September 2007.  Copyright (c) 2007.  All rights reserved.

INSTALLATION

Install in your usual Ruby application location (dependent on your configuration, machine, OS, etc.)

The application was developed on systems with Rails installed.  Probably the only real 
dependency is on the gem 'rcov'.  rakefile.rb can be modified to remove that dependency.

EXECUTION

On OS X, Unix, Linux:  script/blackjack
On Windows: ruby script/blackjack

MORE INFORMATION

Look in doc/ for relevant documentation.

About

Ruby implementation of Blackjack (avoiding use of _else_ statements)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages