Word guessing game
Solve the riddle until you run out of guesses!
The game is a clone of Wordle and made with localization in mind.
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
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
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.