From 6e82802d72f7cdd1a5da20bcf63f1f6d116c419b Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Sun, 12 Sep 2021 01:58:26 +0900 Subject: [PATCH] add "what does gobang come from" --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da9982e..3970a09 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ A cross-platform TUI database management tool written in Rust - Multiple Database support (MySQL, PostgreSQL, SQLite) - Intuitive keyboard only control +## Where 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". + ## TODOs - [ ] SQL editor