https://github.com/zipcodecore/pythonfundamentals.labs.blackjack
https://github.com/zipcodecore/pythonfundamentals.labs.blackjack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/pythonfundamentals.labs.blackjack
- Owner: ZipCodeCore
- Created: 2020-03-27T18:35:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T05:16:51.000Z (over 5 years ago)
- Last Synced: 2025-02-25T23:46:49.146Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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