Skip to content

JD-Durant/javaBlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Jack

BlackJack hand

Simple Console Based Black Jack game built with Java

Design

Card.java - Initialises card with Value and Suit enum for each

Deck.java - Handles a lot of the deck logic

Game.java - Handles game flow

GameObjects.java - Initialises values needed in the game and handles some game events

Suit.java - enum for suits

Value.java - enum for card numbers and values

To Do

  • Create Card Object
  • Create Deck Object (with all logic)
  • Generate Game flow and logic
  • Test that game works correctly
  • Create GUI

About

Console Based Black Jack made in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages