From 62e89aa20d782ee8940fbdf631f8b21d5f1abe25 Mon Sep 17 00:00:00 2001 From: Cool Guy Date: Sat, 25 Apr 2026 20:21:42 +0800 Subject: [PATCH] gnugo: add page (#22197) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec Co-authored-by: Ivan Baluta --- pages/common/gnugo.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/gnugo.md diff --git a/pages/common/gnugo.md b/pages/common/gnugo.md new file mode 100644 index 0000000000..d40e4e12ba --- /dev/null +++ b/pages/common/gnugo.md @@ -0,0 +1,24 @@ +# gnugo + +> Play Go on the command-line. +> More information: . + +- Start an interactive Go game: + +`gnugo` + +- [Interactive] Place a stone at row 5 and column J once in game: + +`J5` + +- Start a game with 5 handicap stones with opponent of level 5: + +`gnugo --handicap 5 --level 5` + +- Resume a game from a specific file at move 123: + +`gnugo {{[-l|--infile]}} {{path/to/game.sgf}} {{[-L|--until]}} 123` + +- Give a rough score estimate of a position: + +`gnugo --score estimate {{[-l|--infile]}} {{path/to/game.sgf}}`