Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/wordle
- Owner: nanda-gopal-sb
- License: mit
- Created: 2024-09-20T14:25:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:08:27.000Z (about 1 month ago)
- Last Synced: 2024-12-10T17:30:36.589Z (about 1 month ago)
- Topics: ansi, cpp, game, terminal, unix, wordl
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.