IceMaze is a free and open source puzzle game for Linux and Windows. It is released under MIT license. IceMaze is a sliding block puzzle game. In this game you need to move a block on the ice and for each move, you are forced to slide until a wall stops you. It comes with 20 levels and various blocks, build-in level editor, level generator. It is based SMK library.
Install IceMaze on Ubuntu Linux
You can install IceMaze via the snap package file on your Ubuntu Linux system. Open the terminal command-line application using the ctrl+alt+t keys and run below IceMaze snap installation command.
sudo snap install icemaze
It will install the latest version of IceMaze on your Ubuntu Linux system. After the successful installation of IceMaze, you can open it using below command.
icemaze
And you can also uninstall it using below command.
sudo snap remove icemaze
That’s it.