Andrei-Lapusteanu / BlackJack-in-Console

Console implementation of the BlackJack game, which includes almost all features and dealer behaviors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackJack-in-Console

Summary

Console implementation of the Blackjack game

Technologies

  • Written entirely in C++ with the console as output

Functionalities

  • Player actions available:
    • Hit
    • Stand
    • Surrender
    • Double down
    • Insurance
  • Implements standard dealer behavior
  • Simple points (money) system, saved between play sessions
  • Supports 2 betting modes
    • Casino - where you select your bet using chips
    • Standard - where you enter the sum you wish to bet
  • Statistics (win, lose and draw percentages are shown in options)

Note

  • This project helped me learn C++ back in 2016, thus it is no way up to par with current coding skills
  • Card splitting is not implemented

About

Console implementation of the BlackJack game, which includes almost all features and dealer behaviors


Languages

Language:C++ 99.2%Language:C 0.8%