its-pointless / game-packages

Games for Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux game packages

Powered by JFrog Bintray

pipeline status

This repository contains games for termux.

Contributing

Information on how to open pull requests to help keep the packages here up to date can be read in CONTRIBUTING.md

Building a package

To build a package, first clone game-packages,

git clone https://github.com/termux/game-packages

and then update the termux-packages submodule.

cd game-packages
git submodule init
git submodule update

You can then build a package with the following:

./build-package.sh name-of-package

Note that this currently only works outside of the docker container. To build from the docker container, game-packages has to be a subfolder of termux-packages, and a game can then be built with

./build-package.sh game-packages/packages/package-to-build

The termux-package submodule is not needed for this.

Subscribing to the repository

To install packages from this repository, you need to subscribe to it with:

pkg install game-repo

About

Games for Termux

License:Other


Languages

Language:Shell 97.2%Language:Roff 2.8%