Skip to content

pervoj/Blurble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a0c47a · Mar 27, 2025
Jul 28, 2022
May 16, 2023
Mar 27, 2025
May 16, 2023
Jul 6, 2022
Mar 8, 2023
Feb 20, 2023
Oct 3, 2022
Jul 29, 2022
Jul 29, 2022
Jul 6, 2022
Jul 21, 2022
May 16, 2023
Mar 10, 2023
Jul 20, 2022

Repository files navigation

Blurble

Word guessing game

Download on Flathub

Please do not theme this app Liberapay Ko-fi PayPal


Solve the riddle until you run out of guesses!

The game is a clone of Wordle and made with localization in mind.

⚙️ Installing

Stable, beta and development

Stable releases:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub app.drey.Blurble

Beta releases:

flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta app.drey.Blurble

Development releases:

flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
flatpak install gnome-nightly app.drey.Blurble.Devel

Building from source

There are two options how to do it:

  • Run the app from GNOME Builder
  • Use the following commands to build it with Meson:
meson _build
sudo meson install -C _build

👥 Contributing

I'm happy to see you in this chapter! If you are interested in this project, I would be glad for any help with development, design and translations.

For more info about contributing please read this guide.