Skip to content

A simple word guessing game using animals as the word list. In this game, you will try to guess an animal word by guessing letters. If a letter in your guess matches a letter in the secret word, the letter will be revealed. You have a maximum of 6 incorrect guesses before you lose the game.

License

Notifications You must be signed in to change notification settings

shabir-mp/Animal-Guess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Word Guess Game

made-with-javascript GitHub license

About

A simple word guessing game using animals as the word list. In this game, you will try to guess an animal word by guessing letters. If a letter in your guess matches a letter in the secret word, the letter will be revealed. You have a maximum of 6 incorrect guesses before you lose the game. If you correctly guess all the letters in the word before reaching the maximum number of incorrect guesses, you win the game.

How To

To play the game, open the source coede file in a web browser or, you can go to This Link. You will see a grid with boxes for each letter in the secret word, an area for your guesses, an area for the message (win/lose/instructions), and a set of buttons for each letter in the alphabet. When you click on a letter button, the letter will be added to your guesses and any matching letters in the secret word will be revealed. If the letter you guessed is not in the secret word, one of your incorrect guesses will be used up. After each guess, the game will check if you have won or lost.

Conclusion

Enjoy playing the Animal Word Guess Game! If you want to add more animals to the game, simply add their names to the words array in the JavaScript code.

If you like this game, consider supporting the developer at the GitHub repository by starring the repository and contributing to the code if you're skilled in JavaScript or HTML/CSS. The support will encourage the developer to create more such games.

For more details on the game and how it works, please refer to the README.md file in the GitHub repository. If you find any bugs or issues, please report them on the GitHub repository's issue tracker. If you want to contribute to the game, feel free to submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Github Footer

About

A simple word guessing game using animals as the word list. In this game, you will try to guess an animal word by guessing letters. If a letter in your guess matches a letter in the secret word, the letter will be revealed. You have a maximum of 6 incorrect guesses before you lose the game.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks