Verbiverse is a JavaScript-based game designed to challenge players to guess a random word. Created with simplicity and engagement in mind, it offers an interactive and enjoyable experience.
Guess the word in the given category using the provided clues. Players have 6 total tries. Colours represent the relevance of each letter:
- Green: Correct Letter & Correct Position
- Yellow: Correct Letter & Wrong Position
- Red: Wrong Letter
- Click the "Play" button.
- Guess the word by selecting letters.
- Pay attention to the color-coded feedback after each guess.
- Players have 6 tries to correctly guess the word.
- Top Box: Contains game information.
- Game Container: Rows for guesses and the current active row for the player's guess.
- Left Box: Additional game-related content.
- Right Box: More game-related information.
- First created as a functional prototype in 2021.
- Utilizes JavaScript for game logic and user interaction.
- Improved and enhanced based on user feedback.
- Dynamic word generation from a predefined list.
- Color-coded feedback for each guessed letter.
- Simple and intuitive user interface.
- Expansion of word categories.
- Integration of a scoring system.
Feel free to contribute to the project by forking the repository and submitting pull requests. Your feedback and suggestions are highly appreciated!