Skip to content

Blackjack game with an AI dealer. It provides a SWT GUI for players to play Blackjack against the computer dealer. The game features customizable bet amounts, basic game statistics tracking, and an AI dealer that follows standard Blackjack rules.

Notifications You must be signed in to change notification settings

devprnvk/AIBlackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Blackjack Game

Welcome to the AI Blackjack Game!

Table of Contents

Overview

This project implements the classic Blackjack card game in Java. It includes a command-line interface where players can place bets, play hands, and challenge the AI dealer. The game follows standard Blackjack rules, and players can track their wins, losses, and draws.

Key Features

  • Blackjack Game Engine: Implements core game logic, including card management and player actions.
  • AI Dealer: Provides an AI-controlled dealer that follows standard Blackjack rules.
  • Customizable Bet Amounts: Players can place bets of varying amounts before each round.
  • Basic Statistics: Tracks simple statistics such as wins, losses, and draws.
  • Command-Line Interface: Interacts with users through the command line, making it accessible across different platforms.

How to Use

  1. Clone this repository to your local machine.
  2. Compile the Java files.
    javac *.java

About

Blackjack game with an AI dealer. It provides a SWT GUI for players to play Blackjack against the computer dealer. The game features customizable bet amounts, basic game statistics tracking, and an AI dealer that follows standard Blackjack rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published