Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 866 Bytes

JavaBlackjack

This is a console-based Java Blackjack Game, where gameplay is simulated through text, ASCII art, and user input.

image

image

I coded this project to familiarize myself with Java and Object-Oriented Programming as well as to get a leg up on coding larger projects.

The game currently has no visuals but in the future I might return to it and add sprites and increase player interactability.

image

The program fully simulates blackjack, with betting, achievements, and statistics that the player can access.