Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 881 Bytes

Cards

The player starts with 300 points. A random card between 1 and 13 is displayed. The player needs to guess if the next card displayed will be higher or lower than the current card. If player guesses correctly the player will earn 100 points. If the player guesses incorrectly they will lose 75 points. If the player reaches 0 points then the game is over. If the player has more than 0 points they can choose to keep playing or end the game.

Project Structure


The project files and folders are organized as follows:

root
+--hilo
  +--game
    +--cards.py
    +--director.py
  +-- __main__.py
+-- README.md

Required Technologies


  • Python 3.8.0

Authors

Logan Andrus [email protected] Keeley Imlah [email protected] Felipe Valencia [email protected] Kathryn Thompson [email protected] Morgan Luke [email protected]

Team 9 CSE-210 Winter 2022