Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anagmrebelo/academy_wordle

Word puzzle game developed in React and typescript
https://github.com/anagmrebelo/academy_wordle

academy

Last synced: 22 days ago
JSON representation

Word puzzle game developed in React and typescript

Awesome Lists containing this project

README

        

# Wordle Game - React App
![ezgif com-video-to-gif](https://github.com/anagmrebelo/Academy_Wordle/assets/66007323/db4fb66b-2155-4db8-8e47-2b903e2a8f9c)

## Overview
Wordle is a word puzzle game that challenges players to guess a five-letter word within six attempts. Each guess is checked against the target word, and feedback is provided to help the player narrow down their choices. It's a fun and engaging way to test your vocabulary and word-solving skills.

## How to Play
**Objective:** The goal of the game is to guess the secret five-letter word.

**Guessing Rules:** You have six attempts to guess the word. Each guess must be a valid five-letter English word with no repeated letters.

**Feedback:** After each guess, you'll receive feedback on the correctness of your guess:

**Correct Letter and Position:** If a letter is in the target word and appears in the correct position, it will be marked as green.

**Correct Letter, Wrong Position:** If a letter is in the target word but appears in the wrong position, it will be marked as yellow.

**Incorrect Letter:** If a letter is not in the target word, it will be marked as gray.

**Process:** Use the feedback from previous guesses to eliminate possibilities and make educated guesses in subsequent attempts.

**Winning:** If you guess the word correctly within six attempts, you win the game!

## Installation

```
yarn
```
## Running dev server

```
yarn start
```

This will start a local server listening for http requests on port 3000.

It will also ask your browser to open a tab to `http://localhost:3000/`

Any type-check and linting errors will appear in the browser and in the terminal output as you browse.

## Link to play online
https://wordle-anagmrebelo.netlify.app/

## Possible improvements - refer to Project Board attached to this repo

https://github.com/users/anagmrebelo/projects/1