mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
27b413f4a3
* Fix linter warning * Auto-update README * Auto-update README * Bump to 4.3.0 (#37) * 4.3.0 * Auto-update README * Fix linter * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Appy last example_ynh * Auto-update README * Auto-update README * Version 2 (#40) * v2 * v2 * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> --------- Co-authored-by: Yunohost-Bot <unknown> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yalh76 <yalh@yahoo.com>
55 lines
No EOL
2.7 KiB
Markdown
55 lines
No EOL
2.7 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Hextris pour YunoHost
|
||
|
||
[![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)
|
||
|
||
[![Installer Hextris avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=hextris)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *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.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
HEXTRIS est un jeu de puzzle au rythme rapide inspiré de Tetris.
|
||
Les blocs commencent sur les bords de l'écran, et tombent vers l'hexagone bleu intérieur.
|
||
Le but du jeu est d'empêcher les blocs de s'empiler en dehors de la zone de l'hexagone gris.
|
||
Pour ce faire, vous devez faire tourner l'hexagone pour gérer différentes piles de blocs sur chaque face.
|
||
Visez à relier 3 blocs ou plus de la même couleur : lorsque 3 blocs ou plus de la même couleur se touchent, ils sont détruits, et les blocs au-dessus d'eux glissent vers le bas !
|
||
Détruire plusieurs séries de blocs permet d'obtenir des combos, dont la durée est indiquée par un contour qui s'estompe rapidement autour de l'hexagone extérieur gris.
|
||
Vous perdez une fois les blocs sur une face de la pile hexagonale en dehors de l'hexagone extérieur !
|
||
|
||
|
||
**Version incluse :** 2023.06.08~ynh1
|
||
|
||
**Démo :** https://hextris.io/
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Hextris](./doc/screenshots/screenshot.jpg)
|
||
|
||
## Documentations et ressources
|
||
|
||
* 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>
|
||
|
||
## 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.
|
||
|
||
``` bash
|
||
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
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |