Skip to content

houluy/comgames

Repository files navigation

Play board games in Linux Command-line

PyPI CocoaPods PyPI

Installation

Use pip to install this tool

pip install comgames

Usage

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.

Version 1.2

Add support for online playing, please refer to comgames -h to see the help.

Server

To host a game, use

comgames -g fourinarow --host localhost -p 9876

Client

To connect to a server, use

comgames -c localhost:9876

Full docs

Refer to here

About

Board games for Linux command-line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages