From 9cc605409ef1edc991886c2f543e9f3adbf85d65 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Fri, 24 Apr 2026 17:22:59 +0200 Subject: [PATCH] doc: maj readme --- README.md | 9 +- clients/web-game/dist/index.html | 151 ------------------------------- 2 files changed, 3 insertions(+), 157 deletions(-) delete mode 100644 clients/web-game/dist/index.html diff --git a/README.md b/README.md index 1145c33..4e7789f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ This is a game of [Trictrac](https://en.wikipedia.org/wiki/Trictrac) rust implementation. -The project is on its early stages. -Rules (without "schools") are implemented, as well as a rudimentary terminal interface which allow you to play against a bot which plays randomly. - -Training of AI bots is the work in progress. +The project is still on its early stages. ## Usage @@ -29,9 +26,9 @@ Playing with the cli against the 'random' bot: `cargo run --bin=client_cli -- -- - [x] rules - [x] command line interface - [x] basic bot (random play) +- [ ] web client (in progress) +- [ ] network game (in progress) - [ ] AI bot -- [ ] network game -- [ ] web client ## Code structure diff --git a/clients/web-game/dist/index.html b/clients/web-game/dist/index.html deleted file mode 100644 index 19b4ed4..0000000 --- a/clients/web-game/dist/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - Trictrac - - - - - -