Find a file
2025-08-28 19:20:06 +02:00
bot feat: Karel Peeters board game implementation 2025-08-28 19:20:06 +02:00
client_bevy chore: rename clients folders 2024-11-04 14:38:25 +01:00
client_cli chore:refacto clippy 2025-08-17 15:59:53 +02:00
client_tui refact: BotStrategy dyn trait 2024-11-04 17:37:36 +01:00
doc feat: bot sac & ppo save & load 2025-08-21 14:35:25 +02:00
server chore:refacto clippy 2025-08-17 15:59:53 +02:00
store feat: Karel Peeters board game implementation 2025-08-28 19:20:06 +02:00
.envrc devenv with rust 2022-11-30 16:15:03 +01:00
.gitignore script train bots 2025-08-10 15:35:12 +02:00
Cargo.lock feat: Karel Peeters board game implementation 2025-08-28 19:20:06 +02:00
Cargo.toml chore: rename clients folders 2024-11-04 14:38:25 +01:00
devenv.lock wip stackoverflow debug 2025-07-28 14:03:14 +02:00
devenv.nix réglages train bot dqn burnrl 2025-08-03 16:11:45 +02:00
devenv.yaml devenv with rust 2022-11-30 16:15:03 +01:00
flake.nix dev env via flake.nix 2022-12-09 21:19:18 +01:00
justfile feat: bot all algos 2025-08-21 17:39:45 +02:00
LICENSE Initial commit 2022-11-30 15:37:20 +01:00
README.md client_cli 2024-02-09 17:47:34 +01:00

Trictrac

Game of Trictrac in rust.

wip