Space cadet pinball linux

Space Cadet Pinball

Space Cadet Pinball — игра пинбол для Linux. Создана с помощью реверс-инжиниринга на базе windows-игры Space Cadet.

Установка

Установка через Flatpak

flatpak install flathub com.github.k4zmu2a.spacecadetpinball
flatpak run com.github.k4zmu2a.spacecadetpinball

Разработка

Open Source (открыт)

Игра кроссплатформенная
Работает в:

Сайт (скачать бесплатно):

Обзоры игры от пользователей

Игра-легенда, в которую я сам ещё залипал в кабинете информатики в начале нулевых, возвращается. Тогда она была в числе стандартных программ в WinXP, поэтому и была на всех компьютерах. Воссоздана с помощью реверс-инжиниринга. Хотя в меню заявлена поддержка русского, как и многих других языков, но её нет.

В меню есть Демо режим, который покажет игровой процесс, горячие клавиши для управления тоже.

Разрешение не самое большое. При разворачивании на весь экран становится видна «замыленность».

Управление игровым столом кнопками «Z» и «/» (нижние кнопки рядом с Shift’ами), шарик изначально запускается кнопкой Space (удерживать для регулирования силы).

Суть игры проста — набрать как можно больше очков, выполняя задания, куда стрелочка указывает, и выбивая шариком различные бонусы.

Страница игры на github. Планы по разработке опубликованы там же.

Заявлена совместимость с разными платформами, включая игру онлайн. Есть ссылка на Flathub-страницу, откуда я установил игру.

Источник

Читайте также:  Linux bash find executable

Space Cadet Pinball

Reverse engineering of 3D Pinball for Windows — Space Cadet, a game bundled with Windows.

Details for Space Cadet Pinball

License
Last updated
Links

Enable snaps on Arch Linux and install Space Cadet Pinball

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.

Enable snapd

On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:

git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si 

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.

Install Space Cadet Pinball

To install Space Cadet Pinball, simply use the following command:

sudo snap install space-cadet

Источник

Space Cadet Pinball

Reverse engineering of 3D Pinball for Windows — Space Cadet, a game bundled with Windows.

Details for Space Cadet Pinball

License
Last updated
Links

Enable snaps on Ubuntu and install Space Cadet Pinball

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.

Enable snapd

If you’re running Ubuntu 16.04 LTS (Xenial Xerus) or later, including Ubuntu 18.04 LTS (Bionic Beaver) and Ubuntu 20.04 LTS (Focal Fossa), you don’t need to do anything. Snap is already installed and ready to go.

Читайте также:  Copy directory command for linux

For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu flavours that don’t include snap by default, snap can be installed from the Ubuntu Software Centre by searching for snapd.

Alternatively, snapd can be installed from the command line:

sudo apt update sudo apt install snapd 

Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

Install Space Cadet Pinball

To install Space Cadet Pinball, simply use the following command:

sudo snap install space-cadet-pinball

Источник

Space Cadet Pinball

Reverse engineering of 3D Pinball for Windows — Space Cadet, a game bundled with Windows.

Details for Space Cadet Pinball

License
Last updated
Links

Enable snaps on Arch Linux and install Space Cadet Pinball

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.

Enable snapd

On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:

git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si 

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.

Читайте также:  Office web apps linux

Install Space Cadet Pinball

To install Space Cadet Pinball, simply use the following command:

sudo snap install space-cadet-pinball

Источник

Space Cadet Pinball

Reverse engineering of 3D Pinball for Windows — Space Cadet, a game bundled with Windows.

Details for Space Cadet Pinball

License
Last updated
Links

Enable snaps on Red Hat Enterprise Linux and install Space Cadet Pinball

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.

Enable snapd

Snap is available for Red Hat Enterprise Linux (RHEL) 8 and RHEL 7, from the 7.6 release onward.

The packages for RHEL 8 and RHEL 7 are in each distribution’s respective Extra Packages for Enterprise Linux (EPEL) repository. The instructions for adding this repository diverge slightly between RHEL 8 and RHEL 7, which is why they’re listed separately below.

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:

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.

Install Space Cadet Pinball

To install Space Cadet Pinball, simply use the following command:

sudo snap install space-cadet-pinball

Источник

Оцените статью
Adblock
detector