Skip to content

Commit

Permalink
Minor README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmm committed Jul 23, 2024
1 parent f6b3440 commit 8efc1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
4 changes: 2 additions & 2 deletions gomori/README.md
Original file line number Diff line number Diff line change
@@ -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.
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 comments on commit 8efc1a4

Please sign in to comment.