Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 640 Bytes

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!