Tux is a 3-D game made only for Linux. It is open-source and has an editor, which is also open source, to make new games or add levels to existing games.
You’ll find the game and editor on ‘itch.io’. The links are:
Game: https://luckeyproductions.itch.io/tux
Editor: https://luckeyproductions.itch.io/edddy
Installation
You can download the game files from the above page and should be a compressed file in ZIP format.
Download the file and then go to the download folder.
For a Graphical User Interface (GUI), you can right-click on the file and select to ‘Extract’ it. It will create a folder named ‘tux-linux-64bit’. Inside this folder is a file named ‘tux’. Double-click it to start the game.
If you are more classically inclined, from a terminal go into the ‘~/Downloads’ folder. At the prompt, you can extract it using the command:
If you should get an error about the ‘unzip’ command, just install it, depending on your operating system, by:
CentOS:
Ubuntu:
Once you unzip the compressed file, you need to change into the folder. If you are still using the Command-Line Interface (CLI), you can use:
You can just double-click on the ‘tux’ app to start it. In a terminal, type ‘tux’ and press enter. Of course, you will need to have a GUI for running the program.
If you want the map editor, named ‘Edddy’, then download it as well.
Once downloaded, you need to place the ZIP file into a folder. I named min ‘edddy-linux-64bit’ and moved the ZIP file into it. Change into the new folder and unzip the file as we did the other ZIP file. The filename to use is ‘edddy-linux-64bit.zip’. In the new folder is the extracted file ‘edddy’. If you double-click this, or type the name in a terminal, it will start the editor.
From the same location you downloaded ‘edddy’, you can also download an example project. You can also open the ‘Tux!’ game with it by selecting ‘File>Open Project...;’. In the file open box, go to the folder where you extracted the ‘tux-linux-64bit’ files and there is a file named ‘tux.edy’. Choose the ‘tux.edy’ file and ‘Edddy’ will open the project for the game.
<strong>Playing Tux</strong>
The storyline is that all the sardines have disappeared from the oceans. So, to feed his family, Tux goes on land to search for sardines.
The instructions are all listed <a href="https://gitlab.com/luckeyproductions/games/Tux/-/blob/master/Docs/Guide/TuxGuide_EN.md">here</a>, but let’s get into this a little more:
FIGURE 1
You have two items that you can use for in the game. Once used, they are not available until you find them again:
Conclusion
Try Tux on a day when you feel you need a break from other tasks.
If you really feel daring, try to make your own levels.
Also, while at https://luckeyproductions.itch.io/, check out the other games they have available for Linux.
You’ll find the game and editor on ‘itch.io’. The links are:
Game: https://luckeyproductions.itch.io/tux
Editor: https://luckeyproductions.itch.io/edddy
Installation
You can download the game files from the above page and should be a compressed file in ZIP format.
Download the file and then go to the download folder.
For a Graphical User Interface (GUI), you can right-click on the file and select to ‘Extract’ it. It will create a folder named ‘tux-linux-64bit’. Inside this folder is a file named ‘tux’. Double-click it to start the game.
If you are more classically inclined, from a terminal go into the ‘~/Downloads’ folder. At the prompt, you can extract it using the command:
Code:
unzip tux-linux-64bit.zip
If you should get an error about the ‘unzip’ command, just install it, depending on your operating system, by:
CentOS:
Code:
sudo yum install unzip -y
Ubuntu:
Code:
sudo apt install unzip -y
Once you unzip the compressed file, you need to change into the folder. If you are still using the Command-Line Interface (CLI), you can use:
Code:
cd ~/Downloads/tux-linux-64bit
You can just double-click on the ‘tux’ app to start it. In a terminal, type ‘tux’ and press enter. Of course, you will need to have a GUI for running the program.
If you want the map editor, named ‘Edddy’, then download it as well.
Once downloaded, you need to place the ZIP file into a folder. I named min ‘edddy-linux-64bit’ and moved the ZIP file into it. Change into the new folder and unzip the file as we did the other ZIP file. The filename to use is ‘edddy-linux-64bit.zip’. In the new folder is the extracted file ‘edddy’. If you double-click this, or type the name in a terminal, it will start the editor.
From the same location you downloaded ‘edddy’, you can also download an example project. You can also open the ‘Tux!’ game with it by selecting ‘File>Open Project...;’. In the file open box, go to the folder where you extracted the ‘tux-linux-64bit’ files and there is a file named ‘tux.edy’. Choose the ‘tux.edy’ file and ‘Edddy’ will open the project for the game.
<strong>Playing Tux</strong>
The storyline is that all the sardines have disappeared from the oceans. So, to feed his family, Tux goes on land to search for sardines.
The instructions are all listed <a href="https://gitlab.com/luckeyproductions/games/Tux/-/blob/master/Docs/Guide/TuxGuide_EN.md">here</a>, but let’s get into this a little more:
- W – Up
- A – Left
- S – Down
- D – Right
- Space – Jump
- Shift – Run/Walk
- CTRL – Use
- ALT – Slide
- ESC – Pause/Unpause
- + - Next Item
- - - Previous Item
- Slugs – bounce on these twice or hit with a bullwhip twice
- Bullhorn – looks like a mean bull and requires a slide to knock it out for a bit, but you need a helmet or other headgear to get the bullhorn
FIGURE 1
You have two items that you can use for in the game. Once used, they are not available until you find them again:
- Key – opens keyholes
- Red Herring – used as a distraction so Tux can get past the enemy
- Football Helmet – lets you slide into things dealing damage, but protecting Tux
- Fedora and Bullwhip – lets you use the whip as a grappling device
- Hard Hat – Works like a Football Helmet, but also allows you to build with bricks
- Wizard Hat – Tux can throw fire or ice balls to stun enemies. You can use ice to turn water or lava hard for a short time
- Scuba Mask – Tux can breathe underwater
- Left button – jump
- Right button – slide
- Middle button – use selected item
Conclusion
Try Tux on a day when you feel you need a break from other tasks.
If you really feel daring, try to make your own levels.
Also, while at https://luckeyproductions.itch.io/, check out the other games they have available for Linux.

