Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eimon96/blackjack
A simplified version of BlackJack in Java.
https://github.com/eimon96/blackjack
Last synced: about 23 hours ago
JSON representation
A simplified version of BlackJack in Java.
- Host: GitHub
- URL: https://github.com/eimon96/blackjack
- Owner: eimon96
- Created: 2020-05-21T17:21:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T23:25:38.000Z (over 4 years ago)
- Last Synced: 2023-08-18T20:25:35.958Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlackJack
IntelliJ IDEA - JDK 14.0.1
A simplified version of BlackJack in Java.
By "simplified" I mean you don't gamble (there is no bet, neither insurance, double, surrender which go along with bet).
Theoretically you play with infinite decks.All other rules are the same. Dealer hits S17 and stands H17.
https://en.wikipedia.org/wiki/BlackjackI'm going to improve it over time (also add "split" option).
Enjoy xD