Codecademy portfolio challenge!
B
Blackjack
public
0 stars
0 forks
0 issues
Commits
List of commits on branch main.Unverified
43fc6a5f2cadc2bd85c1c985d670f7759782ef8econfused myself trying to add the ace function. need to look into this more
BBigDaveCoding committed a year ago
Unverified
41ed06bac34e1e8582ade8f06a5e9f19d73b29d4this is working as intended with the player only able to hit or stand and the value of the ace is set to 11. if the player gets two aces they lose which is not intended. same for the dealer. but it works! woo :)
BBigDaveCoding committed a year ago
Unverified
8328c4029bea5f40367ba71ad075a7145c6c9b27going to create some test functions
BBigDaveCoding committed a year ago
Unverified
3601b04f78b3eee8d77820721d54cb4d368fd3f8confusing myself trying to figure out the ace situation. might create a new file to test the ace function
BBigDaveCoding committed a year ago
Unverified
9a1fd4de05b12c89370e9e640237873d76d86114working on if the player has an ace in their deck they can choose between 2 values. Im probably over complicating it big time but Ill go back through once I've got it working as intended
BBigDaveCoding committed a year ago
Unverified
275237b95c2a784845ca14c5426b0330f7324a20adding comments
BBigDaveCoding committed a year ago