Coder Social home page Coder Social logo

blackwidow's Introduction

BlackWidow

The Java application is a card game - BlackJack
The game consists of one dealer and atleast one palyer (usually 2-7)
It is a card comparision game where each player only competes against the dealer
Game Player

  • Initially the dealer gives himself 2 cards and then 2 cards to each player
  • Each card has a value of its rank. Face Cards are 10 (Jack, Queen, King) and Ace is 11.
  • Value of the hand is the sum of all the cards in the hand.
  • Players are allowed to draw more cards in order to increase their handValue

Objective of the game is to beat the dealer in one of the following ways:

  • Get 21 points with first two cards
  • Reach final score higher than the dealer without exceeding 21
  • Let the dealer draw additional cards until their handValue exceeds 21

In case the handValue gets higher than 21, that player looses

Google about the game, Blackjack, before going on. It will be helpful.

At present the game is only for two players, one dealer and one player.
Driver is the main class.
The game has many logical and exception errors. Run the game yourself to test them all.

It is highly recommended that logical and exceptional errors are fixed before adding anyother feature.
Check the issues section for more details.
You are allowed to include any of your own feature/issue.
Make sure all your pull requests are well explained.

blackwidow's People

Contributors

shisen404 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.