jerrys123111 / BlackjackProjectJava

A recreation of the classic card game Blackjack, otherwise known as 21, in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackjackProjectJava

A recreation of the classic card game 21, otherwise known as Blackjack, in Java.

This is a game I made as a final project for a college course. The general rules used for this application can be found here, with more specific rules available on the Bicycle Cards website. This version is rudimentary and does not include any betting system, automated choosing of the value of Ace, or a way for a second person to play(it uses RNG instead).

Compilation Instructions

  1. Download or Clone this GitHub repository.
  2. Unzip the .zip file and put the folder anywhere on your computer.
  3. Open the folder in the Netbeans IDE to import it as an existing project.
  4. Run the project.

Credits

All credits can be found by pressing the "Help" button on the main GUI screen.

Main GUI Icon made by OpenIcons, released under the CC0 Public Domain License.

Playing Card Images made by Byron Knoll, released in the public domain.

The MIT License Copyright 2017 Muhammed Imraan Shaikh.

About

A recreation of the classic card game Blackjack, otherwise known as 21, in Java.

License:MIT License


Languages

Language:Java 100.0%