1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
hextris_ynh/README_fr.md

50 lines
2.7 KiB
Markdown
Raw Normal View History

2022-09-10 21:17:42 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-12-09 09:31:36 +01:00
# Hextris pour YunoHost
2020-12-09 08:56:58 +01:00
2022-09-10 21:17:42 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/hextris.svg)](https://dash.yunohost.org/appci/app/hextris) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/hextris.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/hextris.maintain.svg)
2021-03-18 18:50:49 +01:00
[![Installer Hextris avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=hextris)
2020-12-09 08:56:58 +01:00
2021-09-08 09:02:56 +02:00
*[Read this readme in english.](./README.md)*
2020-12-09 08:56:58 +01:00
2021-09-08 09:02:56 +02:00
> *Ce package vous permet d'installer Hextris rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2020-12-09 08:56:58 +01:00
## Vue d'ensemble
2021-09-08 09:02:56 +02:00
Rotate the Hexagon to prevent the blocks from stacking outside the outer grey hexagon!
2020-12-09 08:56:58 +01:00
2021-09-08 09:02:56 +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!
2020-12-09 08:56:58 +01:00
2022-10-14 09:42:58 +02:00
**Version incluse :** 2020.05.05~ynh4
2021-09-08 09:02:56 +02:00
**Démo :** https://hextris.io/
2021-09-08 09:02:56 +02:00
## Captures d'écran
2022-09-10 21:17:42 +02:00
![Capture d'écran de Hextris](./doc/screenshots/screenshot.jpg)
2020-12-09 08:56:58 +01:00
2021-09-08 09:02:56 +02:00
## Documentations et ressources
2020-12-09 08:56:58 +01:00
2022-09-10 21:17:42 +02:00
* Site officiel de l'app : <http://hextris.github.io/>
* Dépôt de code officiel de l'app : <https://github.com/Hextris/Hextris>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_hextris>
* Signaler un bug : <https://github.com/YunoHost-Apps/hextris_ynh/issues>
2020-12-09 08:56:58 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/hextris_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-09-10 21:17:42 +02:00
``` bash
2020-12-09 08:56:58 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/hextris_ynh/tree/testing --debug
ou
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
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>