Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask App BlackJack Parallel Simulation

This is a minimal Flask app that has the user input desired number of simulations, the players hand, and the dealers hand. The user is then redirected to a page that displays some relevant data as well as the results of the simulation.

Instructions

The app is easy to run. Requirements: Python 3 and pip

  1. Download the code
  2. Navigate to the blackjackApp directory in CMD
  3. run "py -3 -m venv .venv"
  4. run ".venv\scripts\activate"
  5. run "pip install -r requirements.txt"
  6. run "flask run"
  7. Navigate to the address output in the console

About

Simulate Thousands of Blackjack Games in Parallel with Flask and Cuda

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages