Skip to content

mesMess/py-black-jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-blackjack

Playing the game:

  1. Make sure you have Python3 installed - you can get a copy (interpreter) from here

  2. From this repo; clone, download the zip or copy-paste the source (into a python file)

  3. Navigate / cd into the directory where your newly acquired code resides

  4. Run the code with the following line: "python3 blackjack.py" (omit the double-quotes)

  5. Optional, if you're feeling virtual, use a virtual environment by running the following line: "python3 -m venv .env" (use .env or your choice of folder/directory) (omit the double-quotes)

  6. Optional, if you chose the virtual path you'll need to hop into that space. Run the following: Ex: "source .env/bin/activate" (where .env is your chosen virtual folder) (omit the double-quotes)

Description:

a basic game of blackjack / 21 based on an application in the Udemy course of Jose Portilla (also because I was like "nah nah, how is the blackjack game on my phone treating me like this"). In truth computers cannot truly be random like humans so no complaints.

Roadmap - Arch & Design

(June 15, 2025 - August 15, 2025):

  • Integrate external class objects

Roadmap - Features

(June 15, 2025 - July 15, 2025)

  • Add two player mode (2+ humans & cpu) (currently 1 human & cpu)

(July 15, 2025 - August 15, 2025)

  • Add online async play
  • Add color/s to help with player/turn identification

Previously Completed Features:

  • Chips totals carried over (complete)
  • Chips totals based on Players (complete)
  • Show chips total on screen (auto and/or action)

About

A light game of 21 built in python 3.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages