The request is to implement the Blackjack game as a command line game using a file to input the players.
python Start.py
or Start.py
directly
-
pip install termcolor
-
pip install ansicolors
for tests:
pip install coverage
RunTests.cmd
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!