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.
To get started with C-Guess, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/C-Guess.git
- Open the project in Visual Studio:
- Navigate to the
C-Guess
directory. - Open the
CGuess.sln
file.
- Build and run the project:
- In Visual Studio, press
F5
to build and run the project.