feat(web client): about & legal links

This commit is contained in:
Henri Bourcereau 2026-05-25 20:52:11 +02:00
parent 20b8353cfb
commit 9e2ff3a9f1
8 changed files with 108 additions and 25 deletions

View file

@ -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.