Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nanda-gopal-sb/wordle

The Wordle game in the terminal. Written in C++
https://github.com/nanda-gopal-sb/wordle

ansi cpp game terminal unix wordl

Last synced: 26 days ago
JSON representation

The Wordle game in the terminal. Written in C++

Awesome Lists containing this project

README

        

# Wordle Game

Welcome to the Wordle Game project! This is a simple implementation of the popular word-guessing game, Wordle, using C and C++.

## Table of Contents

- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## Installation

To compile and run the Wordle game, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/nanda-gopal-sb/wordle.git
cd wordle
```

2. Compile the code:
```sh
g++ -o wordle src/wordle.cpp
```

3. Run the game:
```sh
./wordle
```

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.