From 8efc1a4c998ef57f0446ea18c3ada756b2a93c49 Mon Sep 17 00:00:00 2001 From: nnmm Date: Tue, 23 Jul 2024 22:36:01 +0200 Subject: [PATCH] Minor README edits --- README.md | 2 +- gomori/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d32fefe..8d879c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gomori tournament +# Computer Gomori This repo contains tools for letting bots play the game of [Gomori](https://github.com/phwitti/gomori-rules). diff --git a/gomori/README.md b/gomori/README.md index 6b35f2b..16726de 100644 --- a/gomori/README.md +++ b/gomori/README.md @@ -1,5 +1,5 @@ # gomori (Rust library) -Game logic and tools for writing gomori bots. +Game logic and tools for writing gomori bots. There is also a crate that implements the main loop for you: [gomori_bot_utils](../gomori_bot_utils). -See `cargo doc --open` for documentation. There is also an [online version](https://nnmm.github.io/docs/gomori/), but it is not automatically updated. \ No newline at end of file +See `cargo doc --open` for documentation. There is also an [online version](https://nnmm.github.io/docs/gomori) (+ for [gomori_bot_utils](https://nnmm.github.io/docs/gomori_bot_utils)), but it is not automatically updated, so might get outdated. \ No newline at end of file