An open API service indexing awesome lists of open source software.

https://github.com/niksingh710/tictactoe-ai

TicTac Toe Ai using MinMax Algorithm
https://github.com/niksingh710/tictactoe-ai

Last synced: 2 months ago
JSON representation

TicTac Toe Ai using MinMax Algorithm

Awesome Lists containing this project

README

        

# CLI TicTacToe

Just a python practice program

cli based TicTacToe game

```bash
# args are optional -h menu can be used to get more info
python play.py

# to get help use:
python play.py -h

# default opposite player will be super computer to play with random player use :
python play.py -r -v

# `-v` stand for verbose and it is recommended to use that unless you are testing super computer capabilities.

# To test use the command
python play.py -t=100
# here 100 denotes times u wanna test the program in this random computer and super computer will play
# to see their moved use `-v` verbose mode.

```

## Preview

![Here should be preview](https://github.com/niksingh710/TicTacToe-Ai/blob/master/preview.png)