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
- Host: GitHub
- URL: https://github.com/endreot/blackjack
- Owner: EndreoT
- License: mit
- Created: 2018-10-07T00:30:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T03:18:21.000Z (over 6 years ago)
- Last Synced: 2025-02-13T21:42:46.003Z (11 months ago)
- Topics: blackjack-game, java, junit4, unittesting
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackjack
## Description
Play a text based game of Blackjack (21) against bots.

## 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