Skip to content

poshbotio/PoshBot.TicTacToe

Repository files navigation

Build status

PoshBot.TicTacToe

A simple Tic Tac Toe plugin for PoshBot.

Demo

Demo

Install Module

To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.TicTacToe -Repository PSGallery

Install Plugin

To install the plugin from within PoshBot:

!install-plugin poshbot.tictactoe

Commands

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

Usage