Skip to content

amolsmarathe/Casino-Black-Jack-Game-Python-Capstone-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casino Blackjack Game


Refresh the page if image not loaded

This is a simple text-based BlackJack game with following features:

  • Multiple players versus an automated dealer
  • Players can play STAND or HIT or DOUBLE DOWN
  • Players have 4 colored chips: White, Green, Red and Black chips
  • Players can pick their betting amount
  • Each player's total money balance is tracked throughout the game
  • Final results are displayed with cards in the hands, hand value, money balance and winning status Win, Lose or Tie

Structure of the code goes as follows:

It is based on OOP and includes following modules:

  1. player
  2. dealer
  3. deck
  4. game_methods
  5. main

Future enhancements:

  • Create UI for the game
  • Include 'SPLIT' and 'SURRENDER' game moves.

Example of the Game result window:

    Refresh the page if image not loaded

About

A python capstone project to develop Casino Black Jack Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages