Skip to content

Small game to guess the cards of a deck. This was developed by my team at CSE-210 Winter 2022 BYU-I University.

Notifications You must be signed in to change notification settings

felipevalenciaclavijo/Cards-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Small game to guess the cards of a deck. This was developed by my team at CSE-210 Winter 2022 BYU-I University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%