2021-09-08 09:02:56 +02:00
<!--
2024-03-29 07:06:40 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-09-08 09:02:56 +02:00
It shall NOT be edited by hand.
-->
2020-12-09 08:56:58 +01:00
# Hextris for YunoHost
2016-04-25 16:36:27 +02:00
2023-06-08 16:32:42 +02:00
[![Integration level ](https://dash.yunohost.org/integration/hextris.svg )](https://dash.yunohost.org/appci/app/hextris) ![Working status ](https://ci-apps.yunohost.org/ci/badges/hextris.status.svg ) ![Maintenance status ](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
2024-03-29 07:06:40 +01:00
*[Read this README is other languages.](./ALL_README.md)*
2020-12-09 08:56:58 +01:00
2024-03-29 07:06:40 +01: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
2022-10-16 21:36:53 +02:00
HEXTRIS is a fast paced puzzle game inspired by Tetris.
Blocks start on the edges of the screen, and fall towards the inner blue hexagon.
The objective of the game is to prevent the blocks from stacking outside the area of the grey hexagon.
To do this, you must rotate the hexagon to manage different stacks of blocks on each face.
Aim to connect 3 or more blocks of the same color: when 3 or more blocks of the same color touch each other, they are destroyed, and the blocks above them slide down!
Destroying multiple series of blocks grants combos, whose durations are indicated by a quickly receding outline around the outer, grey hexagon.
You lose once blocks on a face of the hexagon stack outside of the outer hexagon!
2019-02-13 18:38:44 +01:00
2023-06-09 21:42:33 +02:00
**Shipped version:** 2023.06.09~ynh1
2019-02-13 18:38:44 +01:00
2024-03-29 07:06:40 +01:00
**Demo:** < https: / / hextris . io / >
2021-01-30 08:11:12 +01:00
2021-09-08 09:02:56 +02:00
## Screenshots
2019-02-13 18:38:44 +01:00
2022-09-10 21:17:42 +02:00
![Screenshot of Hextris ](./doc/screenshots/screenshot.jpg )
2019-02-13 18:38:44 +01:00
2021-09-08 09:02:56 +02:00
## Documentation and resources
2019-02-13 18:38:44 +01:00
2024-06-20 20:22:36 +02:00
< < < < < < < HEAD
2022-09-10 21:17:42 +02:00
* Official app website: < http: // hextris . github . io />
* Upstream app code repository: < https: // github . com / Hextris / Hextris >
2023-12-09 17:20:36 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / hextris >
2022-09-10 21:17:42 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / hextris_ynh / issues >
2024-06-20 20:22:36 +02:00
=======
2024-03-29 07:06:40 +01:00
- Official app website: < http: // hextris . github . io />
- Upstream app code repository: < https: // github . com / Hextris / Hextris >
- YunoHost Store: < https: // apps . yunohost . org / app / hextris >
- Report a bug: < https: // github . com / YunoHost-Apps / hextris_ynh / issues >
2024-06-20 20:22:36 +02:00
>>>>>>> master
2019-02-13 18:38:44 +01:00
2020-12-06 12:36:06 +01:00
## Developer info
2019-02-13 18:38:44 +01:00
2024-03-29 07:06:40 +01: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
2024-03-29 07:06:40 +01:00
To try the `testing` branch, please proceed like that:
2022-09-10 21:17:42 +02:00
2024-03-29 07:06:40 +01:00
```bash
2019-02-13 18:38:44 +01:00
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
```
2021-09-08 09:02:56 +02:00
2022-09-10 21:17:42 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >