/tic-tac-toe

Tic-tac-toe Game in Python 3

Primary LanguagePythonApache License 2.0Apache-2.0

Tic Tac Toe

Tic Tac Toe is a popular game, here its implemented in python.

Usage example

Run the game.py file to play the game

Meta

Harshil – My Githubharshilpandey57@gmail.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/Harshil783/tic-tac-toe)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request