2020-12-09 08:56:58 +01:00
|
|
|
# Hextris for YunoHost
|
2016-04-25 16:36:27 +02:00
|
|
|
|
2020-03-29 13:41:07 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/hextris.svg)](https://dash.yunohost.org/appci/app/hextris) ![](https://ci-apps.yunohost.org/ci/badges/hextris.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hextris.maintain.svg)
|
2020-12-19 22:58:24 +01:00
|
|
|
[![Install Hextris with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=hextris)
|
2016-04-25 16:36:27 +02:00
|
|
|
|
2020-12-09 08:56:58 +01:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2020-05-28 02:23:15 +02:00
|
|
|
> *This package allows you to install Hextris quickly and simply on a YunoHost server.
|
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2019-02-13 18:38:44 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
An addictive puzzle game inspired by Tetris.
|
|
|
|
|
2020-05-28 02:23:15 +02:00
|
|
|
**Shipped version:** 2020-05-05
|
2019-02-13 18:38:44 +01:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![](https://raw.githubusercontent.com/YunoHost-Apps/hextris_ynh/master/screenshot.jpg)
|
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
|
|
* [Official demo](http://hextris.io/)
|
|
|
|
* [YunoHost demo](https://demo.yunohost.org/hextris/)
|
|
|
|
|
2021-01-30 08:11:12 +01:00
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Official documentation: https://github.com/Hextris/Hextris
|
|
|
|
* YunoHost documentation: https://yunohost.org/#/app_hextris
|
|
|
|
|
|
|
|
|
2019-02-13 18:38:44 +01:00
|
|
|
#### Supported architectures
|
|
|
|
|
2020-05-28 02:23:15 +02:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/hextris%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/hextris/)
|
2019-05-06 13:40:41 +02:00
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/hextris%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/hextris/)
|
2019-02-13 18:38:44 +01:00
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/hextris_ynh/issues
|
|
|
|
* Hextris website: http://hextris.github.io/
|
2019-05-06 13:40:41 +02:00
|
|
|
* Upstream app repository: https://github.com/Hextris/Hextris
|
2019-02-13 18:38:44 +01:00
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-12-06 12:36:06 +01:00
|
|
|
## Developer info
|
2019-02-13 18:38:44 +01:00
|
|
|
|
2020-05-30 17:51:26 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/hextris_ynh/tree/testing).
|
2019-02-13 18:38:44 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/hextris_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade hextris -u https://github.com/YunoHost-Apps/hextris_ynh/tree/testing --debug
|
|
|
|
```
|