larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.14k stars 854 forks source link

Tic-Tac-Toe with bot #289

Closed Yashwanth-13 closed 1 year ago

Yashwanth-13 commented 1 year ago

Added an old school tic-tac-toe game but with a different functionality. Users will have 2 choices to play the game. One to play with a friend and another to play with a bot. The bot implements a basic Mini-Max algorithm with no 'depth' field as it's a simple game

github-actions[bot] commented 1 year ago

Hi @Yashwanth-13! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.