Next Previous Contents

4. Playing on the console

4.1 Command-line arguments

Badukiplus supports the following command-line arguments:

4.2 Console Output

A 9 x 9 board with a few stones will be displayed as:

        a b c d e f g h j
      1 . . . . . . . . . 1
      2 . . . . . O O . . 2
      3 . . O . . . # . . 3
      4 . . O . . . # . . 4
      5 O O ^ O . . . . . 5
      6 . # O # . # # . . 6
      7 . # # # . . . . . 7
      8 . . . . . . . . . 8
      9 . . . . . . . . . 9
        a b c d e f g h j

where '^' is a ko, '#' is black, 'O' is white.

4.3 Strength


Next Previous Contents