/go.py

A text-based go game written in python

Primary LanguagePythonMIT LicenseMIT

go.py

A text-based go game written in python.

Usage

usage: go.py [-h] [-s SIZE]

Starts a game of go in the terminal.

optional arguments:
  -h, --help            show this help message and exit
  -s SIZE, --size SIZE  Size of board.

Controls

Standard W, A, S, and D to move the cursor. SPACE to make a move. U to undo. R to redo.

License

Please take a moment to review the software license as specified in the LICENSE.md file.