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
- Host: GitHub
- URL: https://github.com/niksingh710/tictactoe-ai
- Owner: niksingh710
- Created: 2021-09-23T16:22:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T18:39:10.000Z (over 3 years ago)
- Last Synced: 2024-12-26T14:12:24.964Z (4 months ago)
- Language: Python
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
