Latest Release: 0.82
Changelog
The following operating systems are officially supported by the portable version of Game of Trees:
got-portable has been pre-packaged for the following systems:
Source code for released portable versions is available in the releases/portable directory. The file README.portable contains installation instructions.
For any -portable patches, please send them to the gameoftrees mailing list.
Separate ports, based on the OpenBSD version rather than the portable version, exist for FreeBSD and NetBSD.
The Game of Trees -portable Git repository can be cloned from got.gameoftrees.org via SSH:
git clone ssh://anonymous@got.gameoftrees.org/got-portable.gitThe SSH public key fingerprints of got.gameoftrees.org are:
1024 SHA256:aDX3rrQNDfIA5lyXIbynY+goiomgR4Cdx5j4qmWq26I (DSA) 256 SHA256:kmeRVbw2BLak1iZJIv6/AkNhGqW97WIu58SeH8kUfls (ECDSA) 256 SHA256:jvQMQNSKE+p7roYA3Tl8/giZyOUqL7emXS+lJT7KMQ4 (ED25519) 3072 SHA256:q/CWVAukwojxNL3srvWhfHZX00t+eO1IhmnwFAEhE6o (RSA)If the got(1) utility is already installed it can be used instead of Git to clone the repository and check out a work tree:
got clone ssh://anonymous@got.gameoftrees.org/got-portable.git got checkout got-portable.git
Alternatively, the repository can be cloned from git.gameoftrees.org via HTTPS with Git:
git clone https://git.gameoftrees.org/got-portable.git
Git protocol access is also available if needed, but is discouraged because it does not use encryption:
git clone git://git.gameoftrees.org/got-portable.git
A web interface for browsing the code is also available.
Read-only clones of the got-portable repository are available at: