Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/md-talim/wordle-game-guess
- Owner: Md-Talim
- Created: 2023-11-01T16:35:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T06:40:30.000Z (about 1 year ago)
- Last Synced: 2023-12-22T07:34:28.056Z (about 1 year ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://wordle-game-guess.vercel.app/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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