Cap Pirate Battleship is a free and open source pirate themed battleship game for Linux, MacOS and Windows. It is written in Python. In this game you can change the difficulty level, notification speed, background music, Animation and SFX. Some other features are full screen mode and windows mode and option to choose your character.
Download Cap Pirate Battleship
Install Cap Pirate Battleship on Ubuntu Linux
Download Cap Pirate Battleship game from the above download link in .deb file format and save it in your downloads folder. Now open the terminal software using the ctrl+alt+t keys or via the application menu and run below command. It will install the Cap Pirate Battleship game on your Linux system.
sudo apt install ./Downloads/capbattleship_1.0_alpha7-1_all.deb
Here “capbattleship_1.0_alpha7-1_all.deb” is the downloaded file name and “Downloads” is the file path.
You can open the game using this command or via the application menu.
capbattleship
Install Cap Pirate Battleship via Flatpak:
First you need to install flatpak and flathub on your system and restart it. Now open the terminal and run below Cap Pirate Battleship flatpak install command.
flatpak install flathub net.tedomum.CapBattleship
After the install run this game using this command.
flatpak run net.tedomum.CapBattleship
You can also uninstall it using below command.
sudo flatpak uninstall net.tedomum.CapBattleship
That’s it.