Skip to content

Simulate Thousands of Blackjack Games in Parallel with Flask and Cuda

Notifications You must be signed in to change notification settings

JakeTM9/Parallel_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published