| Contributor | Username |
|---|---|
| Jose Flores | josefflores |
| Andrew Long | andrewzlong |
-
Install Dependencies.
python ./setup.py install -
Run unit tests
python ./setup.py test -
Run Terminal application.
python ./terminal.py -
Run GUI application.
python ./gui.py -
Update application:
$messageis the git commit message to use.python ./setup.py save "$message"
| Task | Status | Unit Test | Usability Test | Owner | Dependencies | Note |
|---|---|---|---|---|---|---|
| python 3 | Done | - | - | All | - | Dependency. |
| pyGame | Done | - | - | All | python 3 | Dependency. |
| pyGame research | Done | - | - | Andrew | pyGame | Learn about to pyGame. |
| setup.py | Done | - | Done | Jose | - | Installs and upgrades dependencies. |
| card class | Done | Done | - | Jose | - | A playing card. |
| deck class | Done | Done | - | Jose | card | A deck of Playing cards. |
| hand class | Done | Done | - | Jose | card | A hand of cards. |
| player class | Done | Done | - | Jose | hand | Extends a hand of cards, to make a player. |
| dealer class | Done | Done | - | Jose | player, deck | Extends a player by giving them deck access methods. |
| blackjack class | Done | Done | - | Jose | dealer, player | The blackjack game rules applied to a dealer. |
| engine | Done | - | Done | All | blackjack | - |
| Report | W | - | - | All | - | - |
| Submission | W | - | - | All | - | - |
| Demo | W | - | - | All | - | - |
| Date | Item | Description |
|---|---|---|
| 09/23 | Simulator | Write a blackjack simulator. The simulator views the game from a player’s perspective and tries to provide insights to whether to get another card or stop in various scenarios. Assuming that you are the only player, write a blackjack simulator which lists the sum of hands of the player and that of the dealer, whether to get another card, and what the probability of winning when the decision (of getting another card or of declining) is applied. |
| 10/05 | pyGame Gui | Download and install pyGame, and study which features are available in pyGame. Submit what the final project will be. |
| 12/09 | Report | Submit a report on the progress |
| 12/09 | Submission | Final submission and demo. |
http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html