Just practicing my web development skills by making this project and polishing my programming logics skills.
This will be updated time to time!
Just Visit the webpage : https://hackwarebro.github.io/Tic-Tac-Toe-Web/
This tic-tac-toe supports 2 player and CPU mode to play. CPU mode is based on random function not based on any AI.
And gameplay is well known by majority so no need to define anything.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D