1
0
Fork
You've already forked words
0
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%
2025年02月10日 20:26:57 +01:00
data Filter out Names from german wordlist 2025年02月10日 20:26:57 +01:00
helper add helper 2025年01月21日 15:53:01 +01:00
po change name to Words! 2025年01月19日 20:38:25 +01:00
src fix 2025年02月09日 09:42:43 +01:00
.editorconfig Init with GTK Rust Template 2024年09月07日 08:43:37 +02:00
.gitignore Init with GTK Rust Template 2024年09月07日 08:43:37 +02:00
.gitlab-ci.yml change name to Words! 2025年01月19日 20:38:25 +01:00
Cargo.lock v0.4.1 2025年02月09日 10:11:26 +01:00
Cargo.toml v0.4.1 2025年02月09日 10:11:26 +01:00
justfile improve justfile 2025年02月03日 17:26:38 +01:00
meson.build v0.4.1 2025年02月09日 10:11:26 +01:00
meson_options.txt change name to Words! 2025年01月19日 20:38:25 +01:00
page.codeberg.petsoi.words.json remove unneeded ipc access 2025年01月23日 19:03:00 +01:00
pyproject.toml fix images 2025年01月19日 18:05:47 +01:00
README.md improve readme 2025年02月03日 13:26:42 +01: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 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

Credits