Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anagmrebelo/academy_wordle
- Owner: anagmrebelo
- Created: 2023-07-11T17:21:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T11:35:34.000Z (about 1 year ago)
- Last Synced: 2024-11-08T08:55:36.756Z (2 months ago)
- Topics: academy
- Language: TypeScript
- Homepage: https://wordle-anagmrebelo.netlify.app/
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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