Run Game.py file and user will be prompted to choose between playing a game (4 decks and any number of players and 75% penetartion allowed before reshuffle), and running a simulation using the automated player.
Automated player strategy can be seen in Player.py file with COMP_Player object. Currently strategy does not make effective use of doubling down. Tweeks to strategy are welcomed. Currently rate of return for the simulation over 1000 trials is slightly positive.