Use pip to install this tool
pip install comgames
Run comgames directly to start the game. Then, input the game name to play.
Or comgames -g {game} to play.
Supported game list:
- fourinarow
- Gomoku
- tictactoe
- Reversi
- normal
Normal game allows player to set the size of board and number of winning.
Add support for online playing, please refer to comgames -h to see the help.
To host a game, use
comgames -g fourinarow --host localhost -p 9876
To connect to a server, use
comgames -c localhost:9876
Refer to here
