GziXnine / Guess_Word

This project is a Vanilla JavaScript 'Guess the Word' game, inspired by Elzero Web School. Players can challenge their vocabulary skills by guessing the hidden word with limited attempts. It's a fun and interactive way to enhance your word knowledge while applying concepts learned from Elzero Web School.

Home Page:https://gzixnine.github.io/Guess_Word/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎯 Guess the Word Game

Welcome to the Guess the Word game! This project, inspired by Elzero Web School, is a fun and challenging way to test your vocabulary skills. Get ready to guess the hidden 5-letter word with limited tries and helpful hints!

πŸš€ Live Demo

Check out the live version of the game here.

πŸ“Έ Preview

Guess Word Screenshot

πŸ•ΉοΈ How to Play

  1. Objective: Guess the hidden 5-letter word within 5 tries.
  2. Hints: You have 2 hints available to help you out.
  3. Input: Type in your guess and submit. You'll receive feedback on your guess.
  4. Win Condition: Guess the word correctly within 5 attempts.
  5. Lose Condition: If you fail to guess the word within 5 tries, the game ends.

✨ Features

  • Interactive Gameplay: Engage in a simple, yet addictive word-guessing challenge.
  • Hints System: Use hints strategically to uncover letters in the hidden word.
  • Responsive Design: Play seamlessly across different devices.
  • Clean and Readable Code: Written in pure JavaScript for easy understanding and customization.

πŸ“š Learning Outcomes

This project was built to reinforce key JavaScript concepts, including:

  • String manipulation and comparison
  • DOM manipulation
  • Event handling
  • Conditional logic
  • Basic game mechanics

πŸ› οΈ Technologies Used

  • Vanilla JavaScript: Core logic of the game

🌟 Acknowledgments

Special thanks to Elzero Web School for the inspiration and guidance in creating this project.

πŸ“¬ Contact

Feel free to reach out with any questions or feedback:

About

This project is a Vanilla JavaScript 'Guess the Word' game, inspired by Elzero Web School. Players can challenge their vocabulary skills by guessing the hidden word with limited attempts. It's a fun and interactive way to enhance your word knowledge while applying concepts learned from Elzero Web School.

https://gzixnine.github.io/Guess_Word/

License:MIT License


Languages

Language:JavaScript 89.7%Language:HTML 10.3%