erikgurzau /
blackjack-console-game
This is a console-based implementation of the popular casino game Blackjack with an improved CLI graphics system.
42/100 healthLoading repository data…
pratikkhot100 / repository
This is a simple Blackjack (21) card game created using Java Swing and JFrame for the GUI. The game allows a user to play against a computer dealer. The objective is to get a hand total as close to 21 as possible, without going over.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple Blackjack (21) card game created using Java Swing and JFrame for the GUI. The game allows a user to play against a computer dealer. The objective is to get a hand total as close to 21 as possible, without going over.
GUI built using Java Swing components (JFrame, JButton, JLabel, etc.).
User can: Hit (draw a card) Stand (end their turn) Dealer draws until it reaches 17 or more.
Game displays: Player and dealer cards Result (win, lose, draw)
Game starts, deck is shuffled. Both player and dealer get 2 cards (dealer shows 1 card). Player can Hit (get more cards) or Stand. If player's hand goes over 21 → Busted!
After player stands, dealer plays: Dealer hits until reaching at least 17.
Compare hands: Highest hand ≤ 21 wins.
🐙 GitHub: https://github.com/pratikkhot100
💼 LinkedIn: https://www.linkedin.com/in/pratikkhot01
📧 Email: pratikkhot1207@gmail.com
Selected from shared topics, language and repository description—not editorial ratings.
erikgurzau /
This is a console-based implementation of the popular casino game Blackjack with an improved CLI graphics system.
42/100 healthvasurajan /
It is a comparing card game between one or more players and a dealer where each player, in turn, competes against the dealer. It is played with one or more decks of 52 cards. This is built using HTML5/CSS3/Javascript
34/100 healthdouglasakamine /
This is a simple Blackjack game made with Javascript
27/100 healthjohcodes19 /
This is a blackjack game in javascript which checks starts only after the player has entered their name, then the player can draw cards and then checks if they have blackjack or not. If not, the player can draw another card and it continues checking . If the sum of the cards drawn is over 27, the player looses the game.
27/100 healthGoldAu /
This program is supposed to create a BlackJack game using Java OOP.
27/100 healthJosephLeKH /
This project is a Java-based Blackjack game featuring an intuitive and visually appealing graphical user interface (GUI) built with Java Swing. Players can enjoy classic Blackjack gameplay, complete with betting, card actions (Hit and Stand), and competition against the dealer. The game includes high-score tracking & persistence across sessions.
37/100 health