Welcome to WordSpell, a fun and challenging word game where you have to spell out a random word using tiles before the timer runs out! This project is built with HTML, CSS, and JavaScript.
Check out the live demo of Word Hive here.
- Randomly generated words for each game.
- Tiles to tap and spell out the word.
- Timer to add a challenging element to the game.
To get started with WordSpell on your local machine, follow these instructions:
- Clone the repository:
git clone https://github.com/preciousaffiah/Word-Hive-Project - Open the
index.htmlfile in your web browser.
- Launch the game by opening
index.htmlin your browser. - A random word will be displayed, and tiles with letters will be provided.
- Tap on the tiles in the correct order to spell out the word before the timer reaches 10 seconds.
- Enjoy the challenge and try to beat your own high score!
If you'd like to contribute to WordSpell, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-name - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
