A terminal gomoku online game based on React & ink.
# var npm
npm i -g gomoku-terminal
# yarn
yarn global add gomoku-terminal
$ gomoku --help
gomoku [options]
Options:
--version Show version number [boolean]
--api the api host [string] [default: "http://23.106.139.99:5001"]
--store the config & session store file
[string] [default: "~/.gomoku-terminal.json"]
--help Show help [boolean]
Notes
- If you want to start two or more instance, please pass the
--store
argument with different filename. - You can use arrow keys to control focused button/input/piece, or use shortcut keymap to control button.
- Currently for some internal bugs, you can only use existed users or login anonymous. The users exists(username/password):
- kcats01/pass_01
- kcats02/pass_02
- kcats03/pass_03
- kcats04/pass_04
- Some words from server is Chinese, please ignore it~