Skip to content

zewebdev1337/go-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tictactoe

A go reimplementation of the CLI version of nim-tictactoe.

Usage

TicTacToe 0.1.0 (MinMax version)
Allowed arguments:
  -h | --help         : show help
  -a | --ai           : AI player [X or O]
  -l | --difficulty   : difficulty level (0-8)

Example:

./TicTacToe -a X -l 3 

This will start a game where the AI player is 'X' and the difficulty level is set to 3.

About

Golang reimplementation of the CLI version of nim-tictactoe

Topics

Resources

Stars

Watchers

Forks

Languages