forked from petsoi/words
A thrilling word game for Gnome
- Rust 72.6%
- Python 17.8%
- Meson 6.5%
- Just 2.2%
- CSS 0.9%
| data | Filter out Names from german wordlist | |
| helper | add helper | |
| po | change name to Words! | |
| src | fix | |
| .editorconfig | Init with GTK Rust Template | |
| .gitignore | Init with GTK Rust Template | |
| .gitlab-ci.yml | change name to Words! | |
| Cargo.lock | v0.4.1 | |
| Cargo.toml | v0.4.1 | |
| justfile | improve justfile | |
| meson.build | v0.4.1 | |
| meson_options.txt | change name to Words! | |
| page.codeberg.petsoi.words.json | remove unneeded ipc access | |
| pyproject.toml | fix images | |
| README.md | improve readme | |
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 list has room for improvements. Help is welcome.
Currently it's my first app and I'm also still learning. Some things are missing (See issues).
Help is always welcome!
Dev Tools
- Just
- Poetry (if you want to generate the dependency manifest)
- flatpak-builder