Skip to content

mariantirlea/python-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Blackjack game

The request is to implement the Blackjack game as a command line game using a file to input the players.

Start command:

python Start.py or Start.py directly

Prerequisites

  • pip install termcolor

  • pip install ansicolors

    for tests:

    • pip install coverage

Tests

RunTests.cmd

Details

The whole logic was implemented using diferent classes placed in multiple pakages.

The parameters of the game are present in the Globals.py file.

The input file is placed inside the data folder of the app. The number of chips is updated after each game!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published