The Guess the Word is a word guessing game where players try to guess the names of different flower types. The game features a paper and writing-style interface with a visual representation of a rose flower that changes as the game progresses.
- At the start of the game, a random flower name is chosen from a predefined list.
- The player's goal is to guess the flower name by selecting letters one by one.
- Each correct guess reveals the corresponding letter(s) in the flower name.
- Each incorrect guess leads to the rose flower dying.
- The game ends when the player guesses the correct word or when the rose flower dies.
- The player can choose to play again after the game ends.
- React: A JavaScript library for building user interfaces.
- CSS: Styling the game interface.
- Images: Utilised for the visual representation of the rose flower.
Try the live demo of the Guss the Word game: Demo
- Clone the repository:
git clone https://github.com/anyapages/guess-the-word.git
- Navigate to the project directory:
cd guess-the-word
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open the game in your web browser:
http://localhost:3000
This project is licensed under the MIT License.
Anya