Welcome to the Wordle Game project! This is a simple implementation of the popular word-guessing game, Wordle, using C and C++.
To compile and run the Wordle game, follow these steps:
-
Clone the repository:
git clone https://github.com/nanda-gopal-sb/wordle.git cd wordle
-
Compile the code:
g++ -o wordle src/wordle.cpp
-
Run the game:
./wordle
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.