https://github.com/abouvel/blackjack

https://github.com/abouvel/blackjack

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: abouvel
  • Language: Python
  • Default Branch: main
  • Size: 13.4 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

I created a single player blackjack python GUI game. There is an AI player at table that analyzed dataset of 900,000 blackjack hands to make best decision. Can play as many hands as you want against dealer. Game keeps track of who is doing better aginst dealer.

Made in 2023 but uploaded it github recently with a few minor changes

Owner

  • Login: abouvel
  • Kind: user

GitHub Events

Total
  • Watch event: 1
  • Push event: 4
Last Year
  • Watch event: 1
  • Push event: 4

Dependencies

requirements.txt pypi
  • Pillow >=8.3.0
  • numpy >=1.21.0
  • pandas >=1.3.0
  • pytest >=6.2.5
  • pytest-cov >=2.12.0