/CGuess

C-Guess is a simple number guessing game created in C. The objective is to guess a randomly generated secret number within a limited number of attempts, based on the chosen difficulty level.

Primary LanguageC

CGuess

C-Guess is a simple number guessing game created in C. The goal is to guess a secret number between 1 and 50 within a limited number of attempts based on the chosen difficulty level.

Getting Started

To get started with C-Guess, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/C-Guess.git
  2. Open the project in Visual Studio:
  • Navigate to the C-Guess directory.
  • Open the CGuess.sln file.
  1. Build and run the project:
  • In Visual Studio, press F5 to build and run the project.