Code-Word is a web-based game inspired by the popular game Wordle. In Code-Word, players guess programming-related words within a limited number of attempts. The game offers customizable features, allowing players to change the number of guesses and the length of the word to make the game more challenging and engaging.
- Programming-Related Words: Focuses on words related to programming, enhancing your coding vocabulary.
- Customizable Game Settings: Adjust the number of guesses and word length for a tailored gaming experience.
- Dictionary API Integration: Utilizes a dictionary API to fetch and verify words, ensuring valid word choices and definitions.
- Start the Game: Load the web app and begin a new game.
- Guess the Word: Enter your guesses. Each guess should be a valid programming-related word.
- Feedback: After each guess, the game will provide feedback:
- Correct letters in the correct position.
- Correct letters in the wrong position.
- Incorrect letters.
- Win/Lose: Continue guessing until you correctly identify the word or exhaust your attempts. Adjust settings for a different level of difficulty.
- Number of Guesses: Increase or decrease the number of attempts allowed to guess the word.
- Word Length: Choose the length of the word to guess, making the game easier or harder.
To set up the Code-Word web app on your local machine, run npm i to install necessary dependencies and then run npm run dev to see the webite on your local machine .
For questions, suggestions, or issues, please open an issue on the GitHub repository or contact us at winkhatri292004@gmail.com .
Enjoy playing and expanding your programming vocabulary with Code-Word!