johnturner4004 / Guessing_Game_CPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPO SIZE TOP_LANGUAGE LICENSE FORKS

Guessing Game C++

Description

This is just a simple guessing game written in C++. This program applys what I have learned about while loops and if statements.

Prerequisites

The application itself should run in a mac terminal. If you would like to edit the code and compile it yourself you just need a C++ compiler. I used the C/C++ Compiler extension for VSCode(link below). You may need to follow the instructions in the extension's description to install a compiler application for it to use

Installation

After installing the extension while in VS Code, open the .cpp file and press + T. This will both compile the code then run it in VSCode's terminal

Usage

  1. Compile the source code using a C++ compiler (see above)
  2. Navigate to the folder containing the file in a terminal if you already are not there
  3. Type in the filename and press return

Built With

cplusplus

License

MIT

Support

If you have suggestions or issues, please email me at johnturner4004@gmail.com

About

License:MIT License


Languages

Language:C++ 100.0%