Skip to content

A Blackjack implementation done entirely in Java.

Notifications You must be signed in to change notification settings

ajsaavedra/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

This is a Blackjack implementation done entirely in Java. Using an array of standard cards, the game instantiates a deck to shuffle and lay on panels.

Building

This project repo is ready to be used from Eclipse.

In Eclipse go to: File/New/Project. Select Java.

Un-check "Use default location" and then click Browse and navigate to the top level directory with contains your source, libs, configs, etc.

Eclipse will display a warning that says that your project "overlaps the location of another project".

Re-select "Use default location," and now Eclipse will let you click on the "Next" button to continue configuration of your project.

How to play

Once a new game is created, shuffle the deck to begin the game, wherein the object is to try to reach a hand value of 21 without going over.

Players can play as many times until the deck is out of cards. At that point, simply reshuffle the deck and begin again.

About

A Blackjack implementation done entirely in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages