Skip to content

Ascii Games Version 1.0.1 Release 2

Latest
Compare
Choose a tag to compare
@doctorfree doctorfree released this 03 Feb 01:06
· 3 commits to main since this release

Table of contents

  1. Overview
  2. Installation
    1. Arch Linux based installation
    2. Debian based installation
    3. RPM based installation
    4. Manual installation
  3. Configuration
  4. Removal

Overview

This repository provides packaging and integration of character based open source Ascii games for the Asciiville project.

Installation

Download the latest Arch, Debian, or RPM package format release for your platform. If your platform does not support Arch, Debian, or RPM format installs then download the compressed binary distribution archive for your platform and the Install-bin.sh script.

Arch Linux based installation

Install the package on Arch Linux based systems by executing the command:

sudo pacman -U ./asciigames_1.0.1-2-x86_64.pkg.tar.zst

Debian based installation

Install the package on Debian based systems by executing the commands:

sudo apt update -y
sudo apt install ./asciigames_1.0.1-2.amd64.deb

or, on a Raspberry Pi:

sudo apt update -y
sudo apt install ./asciigames_1.0.1-2.armhf.deb

RPM based installation

Install the package on RPM based systems by executing the command

sudo dnf update -y
sudo dnf localinstall ./asciigames-1.0.1-2.x86_64.rpm

Manual installation

On systems for which the Arch, Debian, or RPM packages will not suffice, install manually by downloading the Install-bin.sh script and either the gzip'd distribution archive or the zip'd distribution archive. After downloading the installation script and distribution archive, as a user with sudo privilege execute the commands:

chmod 755 Install-bin.sh
sudo ./Install-bin.sh /path/to/asciigames_1.0.1-2.<arch>.tgz
or
sudo ./Install-bin.sh /path/to/asciigames_1.0.1-2.<arch>.zip

Removal

Removal of the package on Arch Linux based systems can be accomplished by issuing the command:

sudo pacman -Rs asciigames

Removal of the package on Debian based systems can be accomplished by issuing the command:

sudo apt remove asciigames

Removal of the package on RPM based systems can be accomplished by issuing the command:

sudo dnf remove asciigames

On systems for which the manual installation was performed using the Install-bin.sh script, remove Btop manually by downloading the Uninstall-bin.sh script and, as a user with sudo privilege, execute the commands:

chmod 755 Uninstall-bin.sh
sudo ./Uninstall-bin.sh