An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/pythonfundamentals.labs.blackjack


https://github.com/zipcodecore/pythonfundamentals.labs.blackjack

Last synced: 3 months ago
JSON representation

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