Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "tictac", Short: "Tictac is a command line Tic Tac Toe application.", Long: `TicTac is a Tic Tac Toe game featuring the user against an AI player. The AI player is designed not to lose any game and uses the minimax algorithm with alpha beta pruning.`, Run: func(cmd *cobra.Command, args []string) { game.StartGame() }, }
This represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.