Skip to content

Commit 8efc1a4

Browse files
committed
Minor README edits
1 parent f6b3440 commit 8efc1a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gomori tournament
1+
# Computer Gomori
22

33
This repo contains tools for letting bots play the game of [Gomori](https://github.com/phwitti/gomori-rules).
44

gomori/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gomori (Rust library)
22

3-
Game logic and tools for writing gomori bots.
3+
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).
44

5-
See `cargo doc --open` for documentation. There is also an [online version](https://nnmm.github.io/docs/gomori/), but it is not automatically updated.
5+
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.

0 commit comments

Comments
 (0)