Dr. Destructo is at it again like it's 1987! The madman with his own army and fleet threatens the Earth with unspecified evil plans! Only YOU can stop him (and forest fires). Take control of the best fighter plane on the planet and try to shoot down and sink everything Dr. Destructo throws your way in this remake of "Island of Dr. Destructo", a classic ZX Spectrum game from 80's. 21 levels and 15 types of enemies await you. Out for Android now! Also a completely free and open-source version is available for PC.
In each level, you have to destroy a ship, a castle or some other structure belonging to the evil Dr. Destructo, while evading or shooting down various aircrafts he sents after you. There is a time limit, you must complete all 21 levels in space of one week in game time (duration of a game day in real time can be set in Gameplay Settings menu), so you have to be aggressive and take risks!
Your plane has only one bomb, and your gun is no use against well-armored targets, so you can only complete your mission by dropping enemy planes on your target. Collisions with some enemies are harmless, but most of them will crash your plane. Finding which is which is a part of the game experience, just like it was in 80's :)
To sink level's target, you must destroy a specific percent of its pixels near waterline. Each falling plane destroys a small circular chunk. Level completion indicator is the red bar in lower-right corner of the screen, where level's name is displayed.
The remake features many improvements, including Casual mode, where you can continue game from any level you have already reached with the full number of days and lives. For finishing the game in one sitting in Hardcore Mode, you get a special achievement.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap is available for Red Hat Enterprise Linux (RHEL) 8 and RHEL 7, from the 7.6 release onward.
The packages for RHEL 7, RHEL 8, and RHEL 9 are in each distribution’s respective Extra Packages for Enterprise Linux (EPEL) repository. The instructions for adding this repository diverge slightly between RHEL 7, RHEL 8 and RHEL 9, which is why they’re listed separately below.
The EPEL repository can be added to RHEL 9 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 8 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 7 with the following command:
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Adding the optional and extras repositories is also recommended:
sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
sudo yum update
Snap can now be installed as follows:
sudo yum install snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again or restart your system to ensure snap’s paths are updated correctly.
To install Return of Dr Destructo, simply use the following command:
sudo snap install returnofdrdestructo
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.