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