An open API service indexing awesome lists of open source software.

https://github.com/devprnvk/aiblackjack

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.
https://github.com/devprnvk/aiblackjack

ai blackjack command game-development java strategy

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# AI Blackjack Game

Welcome to the AI Blackjack Game!

## Table of Contents
- [Overview](#overview)
- [Key Features](#key-features)
- [How to Use](#how-to-use)
- [Project Structure](#project-structure)
- [Future Enhancements](#future-enhancements)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)

## 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.
```bash
javac *.java