abidanBrito / blackjack

A blackjack game with probabilities and a betting system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT license

A single-player blackjack game implementation with probabilities and a simple betting system, built within the Unity game engine.

Game_screenshot

FEATURES

  • Hit & Stand.
  • Blackjack.
  • Push (draw).
  • Soft hand (an ace can be counted as one or eleven).
  • Raise / lower bet (in multiples of 10 $).
  • Probability that the dealer has a higher point count than the player, having the first card hidden.
  • Probability that the player gets 17 - 21 points if he / she asks for a card.
  • Probability that the player goes over 21 points if he / she asks for a card.

LICENSE

This repository is released under the MIT license. See LICENSE.md for more information.

About

A blackjack game with probabilities and a betting system.

License:MIT License


Languages

Language:C# 100.0%