Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.28 KB

Card Guessing Game


Guess where is the queen of hearts.

About

This game consists of quickly and randomly exchanging positions, three cards that are initially shown to the user "face up" and are exchanged several times "face down". The participant must guess, after the exchanges, which of the three cards is the queen of hearts (one of the cards is always the queen of hearts, the other two can be any card). When the contestant selects the card that assumes the queen of hearts to be on, the cards are again turned “face up” so that the contestant can see if it was correct or not.

Features

  • Positions table
  • List of players in JSON file
  • Name, points and best play of the player

Getting Started

For the proper functioning of the application it is recommended the next prerequisites.

Prerequisites

  • Python 3.10.6 or older.

Usage

  • Run main python file "game.py".

Built Using

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.