A thrilling word game for Gnome
- Rust 79.1%
- Python 13.7%
- Meson 4.9%
- Just 1.4%
- CSS 0.9%
| data | add revert back to checkpoint via keyboard | |
| helper | improve tooling | |
| po | improve wording | |
| src | add revert back to checkpoint via keyboard | |
| .editorconfig | Init with GTK Rust Template | |
| .gitignore | add translations | |
| .gitlab-ci.yml | change name to Words! | |
| Cargo.lock | upgrade runtime | |
| Cargo.toml | upgrade runtime | |
| justfile | v0.7.1 | |
| LICENSE | add license | |
| meson.build | upgrade runtime | |
| meson_options.txt | change name to Words! | |
| page.codeberg.petsoi.words.json | upgrade runtime | |
| pyproject.toml | fix images | |
| README.md | add install instructions | |
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!
Installation
Install it from Flathub via
flatpak install flathub page.codeberg.petsoi.words
Run it
flatpak run page.codeberg.petsoi.words
Dev Tools
- Just
- Poetry (if you want to generate the dependency manifest)
- flatpak-builder