An open API service indexing awesome lists of open source software.

https://github.com/endreot/blackjack

Play a text based game of Blackjack in Java
https://github.com/endreot/blackjack

blackjack-game java junit4 unittesting

Last synced: 10 months ago
JSON representation

Play a text based game of Blackjack in Java

Awesome Lists containing this project

README

          

# Blackjack

## Description
Play a text based game of Blackjack (21) against bots.

![](./assets/images/Blackjack.PNG)

## Motivation
Players of all skill levels can learn to play, improve, and refine their Blackjack skills.

## Result
This program is written in Java. Classes are modularized across different files. Unit tests ensure game logic is correct. Users interact through the game with a text interface. To play blackjack, just compile and run main.

## Future Improvements
- [ ] Add GUI interface for game