A noughts and crosses (tic tac toe) game for the terminal.
Take turns marking the game board. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
USAGE: noughts-and-crosses --piece --difficulty
| Options | Description |
|---|---|
| --piece | Choose board piece (either 'X' or 'O'). |
| --difficulty | Choose difficulty (either 'easy' or 'hard'). |
| --version | Show the version. |
| --help | Show help information. |