6 Linux puzzle games you can play free
Do you love puzzle games? Want to play a puzzle game on your Linux PC but don’t know what puzzle games are free? We can help! Follow along as we go over 6 puzzle games you can play for free!
1. Aqueducts
Aqueducts is an excellent puzzle game for Linux built with the Unity engine. The core of the game is designed to be fun while teaching how to do programming. In the Aqueducts, the player is tasked with bringing back water to their village, as water has disappeared.
The player uses basic math, coding, and problem-solving skills to make pipes longer, make bridges crossable, and many other things to solve the level. Great fun for everyone!
Play Aqueducts
Aqueducts is primarily distributed on Linux as a Flatpak app. To get the game working, ensure you have the Flatpak runtime configured on your Linux PC. The execute the commands below to get the game working.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub com.endlessnetwork.aqueducts
2. GNOME 2048
GNOME 2048 is an interesting puzzle game where the object is to join numbers until the 2048th tile is found. Gameplay consists of using arrow keys to slide all tiles in one direction or the other. GNOME 2048 is single-player and considered great fun for those who love puzzle and logic games.
The game isn’t the only one of its kind. There are quite a few Linux versions of 2048, but GNOME’s 2048 puzzle game is elegant, colorful, and easy to understand for new players.
Play GNOME 2048
There are quite a few ways to play GNOME 2048 on Linux. However, the best way is via Flatpak, as the GNOME foundation heavily contributes to Flatpak, 2048 gets the latest updates. To start the installation, ensure you have the Flatpak runtime installed. Then, enter the two commands below to get GNOME 2048.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.gnome.TwentyFortyEight
3. Atomix
Atomix is a puzzle game all about assembling molecules. However, the game doesn’t allow the player just to put molecules together easily. The player will need to solve intricate puzzles to complete the molecule.
Atomix is a great puzzle game, especially for Linux users who are curious and want to learn, as it’s designed to teach the player basic chemistry. That said, it’s fun even if you don’t care about chemistry or molecules!
Play Atomix
Atomix is widely available on a myriad of Linux operating systems. If you’d like to get it working, open up a terminal window and follow along with the installation instructions that correspond with the operating system you currently use.
Ubuntu
On Ubuntu, install Atomix with Apt.
sudo apt install atomix
Debian
On Debian, get Atomix working with Apt-get.
sudo apt-get install atomix
Arch Linux
Arch Linux? Execute the Pacman command.
sudo pacman -S atomix
Fedora
Those on Fedora can get Atmoix with Dnf.
sudo dnf install atomix
OpenSUSE
OpenSUSE users can install Atomix with Zypper.
sudo zypper install atomix
4. Picmi
Picmi is a puzzle game based on number logic. The game’s object is to reveal the hidden pattern on the game board by coloring or leaving cells blank in a grid according to the numbers given on the side of the game board.
Picmi is single-player and very challenging, especially if you’re not a fan of number logic. However, if you love problem-solving and number logic, this game is perfect for picking up and have fun!
Play Picmi
Do you want to play Picmi on your Linux PC? Open up a terminal window and enter the commands below to get it set up.
Ubuntu
On Ubuntu, install Picmi with the Apt command.
sudo apt install picmi
Debian
On Debian, install Picmi using Apt-get.
sudo apt-get install picmi
Arch Linux
On Arch Linux, you can install Picmi on your system using Pacman.
sudo pacman -S picmi
Fedora
To get Picmi on Fedora Linux, make use of the Dnf command.
sudo dnf install picmi
OpenSUSE
To install Picmi on OpenSUSE, execute the following Zypper command.
sudo zypper install picmi
5. Kubrick
Kubrick is a video game recreation of the Rubik’s cube puzzle game. In Kubrick, the player attempts to solve a Rubick’s cube using the mouse and clicking the sides of the cube into place.
Kubrick is tremendous fun for those who grew up playing with the Rubik’s cube puzzle. However, it is exciting and neat enough for anyone who loves puzzles to play as well!
Play Kubrick
Want to play Kubrick on your Linux system? Here’s how to get it working.
Ubuntu
To install Kubrick on Ubuntu, make use of the Apt command.
sudo apt install kubrick
Debian
Want to play Kubrick on Debian? Use the Apt-get command.
sudo apt-get install kubrick
Arch Linux
To play Kubrick on Arch Linux, make use of the Pacman command.
sudo pacman -S kubrick
Fedora
Are you using Fedora Linux? Make use of the Dnf install command.
sudo dnf install kubrick
OpenSUSE
Are you using OpenSUSE Linux? Get the game set up with the Zypper command.
sudo zypper install kubrick
6. Lights Off
Lights Off is a lightswitch puzzle game. In it, the player must turn off all of the lights to solve the puzzle. However, shutting off lights isn’t easy, as you have a limited amount of moves to work with.
Lights Off is an excellent little puzzle game. It’s easy to master and is great fun, and when you get the hang of it, Lights Off can be quite addictive! Anyone with a love for casual problem-solving puzzle games is sure to love it!
Playing Lights Off
To play Lights Off on Linux, you will need to install the Flatpak runtime. To get the Flatpak runtime working, follow this guide on the subject. Once you’ve got it working, enter the two commands below to get Lights Off working on your Linux PC.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.gnome.LightsOff
Conclusion
In this list, we went over 6 puzzle games you can play on Linux for free. However, there are more than just 6 puzzle games available to play on Linux. What is your favorite Linux puzzle game to play? Tell us in the comments below!