Skip to content

pervoj/Blurble

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.