Wordle-Game

Project 1 for General Assembly SEI </br>

demo screenshot

</br>

Project Overview

This project was created as part of the General Assembly Software Engineering Immersive course. The aim of the project was to recreate the classic word guessing game, Wordle, using JavaScript. The game presents the player with a 5-letter word that they have to guess within a limited number of tries.

Demo

A live demo of the game can be found here.

Features

Technologies Used

Installation

  1. Clone the repository.
  2. Open wordle.html in your web browser.
  3. Start playing!

Usage

  1. Once the game has loaded, the player is presented with a 5-letter word.
  2. The player must guess the word by typing in letters.
  3. Feedback is provided for correct and incorrect letters.
  4. The game ends when the player has used up all their guesses or correctly guessed the word.

Future Improvements

Acknowledgments

The original Wordle game was created by Jonathan Feinberg.