THIS REPO HAS BEEN MERGED WITH TERMUX-PACKAGES - open issues and PRs against that repo instead
This repository contains games for termux.
Information on how to open pull requests to help keep the packages here up to date can be read in CONTRIBUTING.md
To build a package, first clone game-packages,
git clone https://github.com/termux/game-packages
If you want to build a package with the docker container run
./start-builder.sh ./build-package.sh name-of-package
You might have to run the command as root, if you have not configured docker to be run as your user.
To build outside the docker container you can run
./termux-packages/build-package.sh ../packages/package-to-build)
../
is needed since termux-packages/build-package.sh expects the path given (packages/package-to-build) to be relative to the position to the builde-package.sh script.
To install packages from this repository, you need to subscribe to it with:
pkg install game-repo
In the default termux installation this has already been done.