Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/md-talim/wordle-game-guess

A word guessing game (Wordle Clone)
https://github.com/md-talim/wordle-game-guess

react typescript

Last synced: 23 days ago
JSON representation

A word guessing game (Wordle Clone)

Awesome Lists containing this project

README

        

# Word Guessing Game (Wordle Game Clone)

This is a simple Wordle game clone built using React.js, TypeScript, and Tailwind CSS. Wordle is a classic word-guessing-game where you attempt to guess a secret word within a limited number of attempts.

## Table of Contents

- [Demo](#demo)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)

## Demo

You can check out the live demo of game [here](https://wordle-game-guess.vercel.app)

## Features

- **Word Guessing:** Player can attempt to guess the secret word.
- **Feedback:** Provide feedback on guessed letters- whether they are corrent and in the right position, correct but in the wrong position, or incorrect.
- **Word Guessing:** Players have limited number of attempts to guess the word.
- **Word Guessing:** The game is designed to work well on different screen sizes.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Md-Talim/wordle-game-clone.git
```

2. Change into the project directory:

```bash
cd wordle-game-clone
```

3. Install dependencies:

```bash
yarn
```

## Usage

1. Start the development server:

```base
yarn dev
```

2. Open your browser and visit [http://localhost:5173](http://localhost:5173)

## Dependencies

- React.js
- TypeScript
- Tailwind CSS