From 7796947b76b9321e880d3f61dc92d47baa5fb2bd Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Sun, 12 Sep 2021 02:10:35 +0900 Subject: [PATCH] add "what does gobang come from" (#94) * add "what does gobang come from" * move section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da9982e..dd2df2f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ A cross-platform TUI database management tool written in Rust - [ ] Custom theme settings - [ ] Support the other databases +## What does "gobang" come from? + +gobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. And I live in Kyoto, Japan. In Kyoto city, streets are laid out on a grid (We call it “goban no me no youna (碁盤の目のような)”). They are why I named this project "gobang". + ## Installation ### Homebrew (Linux/macOS)