Skip to content

This repository holds my code for my AP Computer Science Card Game Project from March 2018.

Notifications You must be signed in to change notification settings

owsorber/Black_Jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Jack

AP Computer Science Card Game Project.

Card Class

Provides layout for a Card with number and suit.

Deck Class

Array of Cards with a current location of top card (for dealing new cards).

Player Class

ArrayList of Cards, with instance data that includes how many cards they current hold and how many wins. Also includes methods for manipulating a hand and determining wins/losses.

Game Class

Instantiates a player and computer opponent (both are Player objects) and manages all game outputs/prompting.

Driver Class

Instantiates a game of 3 matches (changeable) and runs the game's play method.

About

This repository holds my code for my AP Computer Science Card Game Project from March 2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages