Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigvef/fiveletters.xyz
Five Letters is a challenging word puzzle game where you try to guess the secret five letter word.
https://github.com/sigvef/fiveletters.xyz
game gumroad lingo puzzle puzzle-game react toy-project typescript vercel vite word wordle
Last synced: 11 days ago
JSON representation
Five Letters is a challenging word puzzle game where you try to guess the secret five letter word.
- Host: GitHub
- URL: https://github.com/sigvef/fiveletters.xyz
- Owner: sigvef
- Created: 2021-12-05T18:10:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T23:10:28.000Z (9 months ago)
- Last Synced: 2024-10-11T20:43:09.473Z (27 days ago)
- Topics: game, gumroad, lingo, puzzle, puzzle-game, react, toy-project, typescript, vercel, vite, word, wordle
- Language: TypeScript
- Homepage: https://fiveletters-xyz.vercel.app/
- Size: 1.86 MB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Five Letters
Addictive word puzzle game
Five Letters is a challenging word puzzle game where you try to guess the secret five letter word.
Featuring:
- ♾ Infinite play!
- 📖 Word definitions!
- 🕵️ Hints if you get stuck!
- 🔢 Three, four, five and six letter word modes!
- 🏝 Works offline!
## Rules of the game
The best way to learn the game is to play it, as it contains an unobtrusive interactive tutorial.
The objective of the game is to guess the hidden five-letter word.
You have five tries to guess the word by typing in an English five-letter word.For each guess, you will which of the letters that you entered are:
- not in the solution word at all
- in the solution word, but in a different position
- in the solution word, and in the same positionEach letter that you have entered that is not in the solution word will no longer be available for further guesses.
If you manage to guess the correct word within five tries, you win!
## Development
Five Letters is built with React + Typescript + Vite + Gumroad.
Pull requests welcome.