2
8
Fork
You've already forked words
1
A thrilling word game for Gnome
  • Rust 79.1%
  • Python 13.7%
  • Meson 4.9%
  • Just 1.4%
  • CSS 0.9%
2026年07月11日 09:17:36 +02:00
data add revert back to checkpoint via keyboard 2026年07月11日 09:17:36 +02:00
helper improve tooling 2026年03月15日 14:14:12 +01:00
po improve wording 2026年03月19日 18:18:59 +01:00
src add revert back to checkpoint via keyboard 2026年07月11日 09:17:36 +02:00
.editorconfig Init with GTK Rust Template 2024年09月07日 08:43:37 +02:00
.gitignore add translations 2025年07月12日 07:18:52 +02:00
.gitlab-ci.yml change name to Words! 2025年01月19日 20:38:25 +01:00
Cargo.lock upgrade runtime 2026年07月06日 05:16:18 +02:00
Cargo.toml upgrade runtime 2026年07月06日 05:16:18 +02:00
justfile v0.7.1 2026年02月20日 19:18:12 +01:00
LICENSE add license 2026年05月29日 19:49:14 +02:00
meson.build upgrade runtime 2026年07月06日 05:16:18 +02:00
meson_options.txt change name to Words! 2025年01月19日 20:38:25 +01:00
page.codeberg.petsoi.words.json upgrade runtime 2026年07月06日 05:16:18 +02:00
pyproject.toml fix images 2025年01月19日 18:05:47 +01:00
README.md add install instructions 2026年07月03日 08:59:53 +02:00

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

  1. Objective:

    • Guess the secret word (set by the game) in six or fewer tries.
  2. 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.
  3. 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

Credits