A simple Tic Tac Toe plugin for PoshBot.
To install the module from the PowerShell Gallery:
PS C:\> Install-Module -Name PoshBot.TicTacToe -Repository PSGallery
To install the plugin from within PoshBot:
!install-plugin poshbot.tictactoe
Name | Alias | Description |
---|---|---|
New-TicTacToeGame | newtictactoe | Create a new Tic Tac Toe game against a player |
Set-BoardSquare | mark | Mark a square on the board |
Show-Game | mygames | Show your active games |
Show-Stats | stats | Show stats for all players |