Golf Card Game

The objective is for players to reduce the value of the cards in front of them by swapping them for lesser value cards and trying to get the lowest score. The highest score loses the game and the lowest score wins the game.

About The Project

Golf_card_game

Built With

(back to top)

Getting Started

Follow the instructions below to get started! It will showcase what you need in order for the program to work on your local machine.

Prerequisites

To start off, you will need to check what version of C++ you are running on your local machine.

  • c++
    g++ --version

Installation

  1. Clone the repo
    git clone https://github.com/IzzyIzAM/The-Card-Prodject-.git
  2. Have C++ installed on your machine

(back to top)

Execution

  1. Run the make command in your Linux terminal
    make
  2. Once the program has successfully executed, you should see an output file name output. To execute add './' to the output file, like so:
    ./output
  3. When finished, run the make clean to clean up the files left over from compilation
    make clean

Contact

Elizabeth Behrend - https://github.com/IzzyIzAM

Project Link: https://github.com/IzzyIzAM/The-Card-Prodject-.git

(back to top)

Acknowledgments

(back to top)