Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.21 KB

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