diff --git a/Psuedo-Code.txt b/Psuedo-Code.txt index ec33850..ad25889 100644 --- a/Psuedo-Code.txt +++ b/Psuedo-Code.txt @@ -1,8 +1,22 @@ -Daniel Honrales +Daniel Honrales & Jireh Ferrer 3rd Period -Blackjack +Go Fish +#Single player game +Game hands you your cards (random integers) +You ask if the computer has your cards + If yes: + Take computer card and your card. Add 1 to your score + If no: + Go fish +Computer asks you for card + If yes: + Computer takes your card. Add 1 to their score + If no: + Go fish +Repeat until someone wins + The game begins with two people: a dealer and a player. The objective of the game is to have a hand of higher value than the other without going over 21. Number cards are worth their value, face cards are worth 10, and Aces are interchangeably 1 or 11.