Maitri-Shekhda / Hangman-CPP-Project

hangman game
MIT License
0 stars 0 forks source link

usagee #1

Open Vicky25-viky opened 2 months ago

Vicky25-viky commented 2 months ago

HOW TO USE HANGAMAN, ME AND MY BROTHER WANTS TO PLAYS THIS GAME. WE ARE NOT UNDERSTANDING BASH COPY MEANING image

COULD YOU PLEASE HELP!!!!

Maitri-Shekhda commented 2 months ago

Step 1: Install Git Download Git:

Go to the official Git website: git-scm.com. Click on the "Download" button for your operating system (e.g., Windows). Install Git:

Run the downloaded installer. During the installation, follow the prompts. You can generally leave the default options selected, but make sure that the option "Git from the command line and also from 3rd-party software" is selected. This will add Git to your system's PATH. Verify the Installation:

After the installation is complete, open a new Command Prompt, PowerShell, or Git Bash window.

Type the following command and press Enter: git --version git clone https://github.com/Maitri-Shekhda/hangman-cpp-project

  1. Navigate to the Cloned Directory cd hangman-cpp-project
  2. Compile the C++ Program g++ hangman.cpp -o hangman
  3. Run the Compiled Program ./hangman