feat(web client): about & legal links
This commit is contained in:
parent
20b8353cfb
commit
9e2ff3a9f1
8 changed files with 108 additions and 25 deletions
|
|
@ -1,13 +1,12 @@
|
|||
# About Trictrac
|
||||
# About
|
||||
|
||||
Trictrac was one of the most popular French board games from the 16th to the 19th centuries. It is played with the same basic equipment and moves as modern backgammon (more or less), but is much more complex. The goal of the game is not to move out all your pieces before your opponent, but to reach a certain number of points by navigating through various game situations.
|
||||
This application allows you to play [trictrac](https://en.wikipedia.org/wiki/Trictrac) against a friend online or locally against a bot.
|
||||
|
||||
## This Project
|
||||
The source code is available at [github.com/mmai/trictrac](https://github.com/mmai/trictrac)
|
||||
The application is self-hosted and runs on a simple Raspberry Pi.
|
||||
|
||||
This application allows you to play trictrac against a friend online or locally against a bot. The game engine is written in Rust and compiled into WebAssembly, and runs entirely in your browser.
|
||||
## Contact & bug Report
|
||||
|
||||
The source code is available at https://github.com/mmai/trictrac
|
||||
For any questions, bug reports, or feedback, you can contact me at rhumbs@rhumbs.fr.
|
||||
|
||||
## Contact
|
||||
|
||||
For any questions, bug reports, or feedback, please open an issue on the project repository.
|
||||
If you encounter an issue during gameplay, you can copy the context of a game by clicking _Take snapshot_ then paste the resulting code into your message, specifying the expected behavior and the incorrect behavior you observed.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
# À propos du Trictrac
|
||||
# À propos
|
||||
|
||||
Le trictrac fut un des jeux de société français les plus populaires du XVIe au XIXe siècle. Il se joue avec le même matériel et mouvements de base que le backgammon moderne (à peu de choses près), mais est beaucoup plus complexe. Le but du jeu n'est pas de sortir toutes ses pièces avant l'adversaire, mais d'atteindre un certain nombre de points en réalisant travers de multiples situations de jeu.
|
||||
Cette application vous permet de jouer au [trictrac](https://fr.wikipedia.org/wiki/Trictrac) contre un ami en ligne ou localement contre un bot.
|
||||
|
||||
## Ce projet
|
||||
Le code source est disponible sur [github.com/mmai/trictrac](https://github.com/mmai/trictrac).
|
||||
L'application est auto hébergée et tourne sur un simple Raspberry Pi.
|
||||
|
||||
Cette application vous permet de jouer au trictrac contre un ami en ligne ou localement contre un bot. Le moteur de jeu est écrit en Rust et compilé en WebAssembly, et s'exécute entièrement dans votre navigateur.
|
||||
## Contact et rapport de bogue
|
||||
|
||||
Le code source est disponible sur https://github.com/mmai/trictrac
|
||||
Pour toute question, rapport de bogue ou retour d'expérience, vous pouvez me contacter à l'adresse rhumbs@rhumbs.fr.
|
||||
|
||||
## Contact
|
||||
|
||||
Pour toute question, rapport de bogue ou retour d'expérience, veuillez ouvrir une issue sur le dépôt du projet.
|
||||
Si vous constatez une anomalie en cours de jeu, vous pouvez copier le contexte d'une partie en cliquant sur _Prendre un instantané_, puis coller le code obtenu dans le message, en précisant le comportement auquel vous vous attendiez, et le comportement erroné constaté.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue