yhyu13 / go.py

A text-based go game written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A text-based go game written in python

License:MIT License


Languages

Language:Python 100.0%