Skip to content

A fun and interactive word guessing game built with HTML, CSS, and JavaScript. Fetches random words from an API, shuffles them, and challenges users to guess the correct word. Features include a score counter and a chances counter for dynamic gameplay and solve button works with DFS AI algorithm to get the right order of the shuffled word.

Notifications You must be signed in to change notification settings

MernaElsayed/word-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-guessing-game

A fun and interactive word guessing game built with HTML, CSS, and JavaScript. Fetches random words from an API, shuffles them, and challenges users to guess the correct word. Features include a score counter and a chances counter for dynamic gameplay and solve button works with DFS AI algorithm to get the right order of the shuffled word.

Word Guessing Game

🎮 Overview

Welcome to the Word Guessing Game! This interactive game is built with HTML, CSS, and JavaScript. It fetches a random word from an API, shuffles it, and challenges you to guess the correct word.

✨ Features

  • Random Word Fetching: Each game fetches a new word.
  • Shuffled Display: Displays a shuffled version of the word to increase the challenge.
  • Score Counter: Increases by 1 for each correct guess.
  • Chances Counter: Decreases by 1 for each incorrect guess.

🚀 Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/word-guessing-game.git
    cd word-guessing-game

About

A fun and interactive word guessing game built with HTML, CSS, and JavaScript. Fetches random words from an API, shuffles them, and challenges users to guess the correct word. Features include a score counter and a chances counter for dynamic gameplay and solve button works with DFS AI algorithm to get the right order of the shuffled word.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published