--tic-tac-toe--
This is one player and two player tic-tac-toe game.
In one player mode you can never win against the bot.
This project is built with python3.
Pygame which is a python’s module is used.
MiniMax Algorithm is used for Bot.
pip install pygame
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)