Skip to content

nortonlyr/PythonFundamentals.Labs.BlackJack

 
 

Repository files navigation

Black Jack

Minimum Requirements

  • Use classes
  • Use inheritance
  • Use modules (create your own)
  • Unit test all of the things!!!

Use Git To Its Maximum Potential

  • Small and frequent commits
  • Use branches
  • Merge branches by first opening and reviewing pull requests

Project Description

  • BlackJack_Game

  • main_app.py

    • Class CardDealer
  • module_card.py (imported to main_app.py)

    • Class Card
  • module_role.py (imported to main_app.py)

    • Class Role
  • test_main_app.py

    • Unittest of main_app.py (This unittest also apply for blackjack_all_in_one.py)
  • blackJack_all_in_one.py (

    • Combine all classes in one piece py file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%