Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishna-ananth-vk/wordline
WordLine is a CLI word-guessing game inspired by Wordle. Guess the five-letter word in six tries with visual feedback.
https://github.com/krishna-ananth-vk/wordline
Last synced: 28 days ago
JSON representation
WordLine is a CLI word-guessing game inspired by Wordle. Guess the five-letter word in six tries with visual feedback.
- Host: GitHub
- URL: https://github.com/krishna-ananth-vk/wordline
- Owner: krishna-ananth-vk
- License: mit
- Created: 2024-08-11T22:47:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T00:01:16.000Z (4 months ago)
- Last Synced: 2024-08-13T00:03:26.143Z (4 months ago)
- Language: C++
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ _ _
| | | | | | | (_)
| | | | ___ _ __ __| | | _ _ __ ___
| |/\| |/ _ \| '__/ _` | | | | '_ \ / _ \
\ /\ / (_) | | | (_| | |___| | | | | __/
\/ \/ \___/|_| \__,_\_____/_|_| |_|\___|
```# WordLine
WordLine is a command-line word-guessing game inspired by Wordle. Challenge yourself to uncover the secret five-letter word within six attempts, all while working directly in your terminal. This minimalist yet engaging game is perfect for those who love word puzzles and enjoy the simplicity of the command line.## TODOs
- [ ] **Word List Expansion**: Add a larger and more diverse set of words to the word list.
- [ ] **Difficulty Levels**: Implement different difficulty levels with varying word lengths and attempts.
- [ ] **User Interface Improvements**: Enhance the user interface with better feedback and formatting.
- [ ] **Configuration File**: Allow configuration of word lists and game settings via a configuration file.
- [ ] **High Score Tracking**: Implement a system to track and display high scores.
- [ ] **Hints Feature**: Add an optional hint feature to help players with clues.## Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements for the game.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.## Acknowledgments
- Inspired by the Wordle game.