A thrilling word game for Gnome
- Rust 78.6%
- Python 13.8%
- Meson 5%
- Just 1.8%
- CSS 0.8%
| data | ||
| helper | ||
| po | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| justfile | ||
| meson.build | ||
| meson_options.txt | ||
| page.codeberg.petsoi.words.json | ||
| pyproject.toml | ||
| README.md | ||
Words!
Words! is similar to a popular word puzzle game where players try to guess a hidden word within six attempts. It's simple yet addictive, combining logic, vocabulary, and deduction. Here's a breakdown of the game:
Game Play
-
Objective:
- Guess the secret word (set by the game) in six or fewer tries.
-
How it Works:
- The player enters a word as a guess.
- After each guess, the game provides feedback for each letter:
- Green: The letter is in the correct position.
- Yellow: The letter is in the word but in the wrong position.
- Gray: The letter is not in the word at all.
- Using this feedback, the player refines their guesses.
-
Rules:
- Each guess must be a valid five-letter word (not random letters).
- The goal is to deduce the correct word within the six allowed attempts.
Current State of Development
The word lists have room for improvements. Help is welcome.
Some things are missing (See issues).
Help is always welcome!
Dev Tools
- Just
- Poetry (if you want to generate the dependency manifest)
- flatpak-builder

