By Sarah Marion
A game where two users can compete with each other or aginst the computer.
Python version 3.6
A Cyber Oculus web page (Copyright 1998-2000) describes Tic-Tac-Toe as follows:
The object of Tic Tac Toe is to get three in a row. You play on a three by three game board. The first player is known as X and the second is O. Players alternate placing Xs and Os on the game board until either oppent has three in a row or all nine squares are filled.
Clone or download this file to one's machine.
Run Python3.6 tic_tac_toe.py
Input which player is to go first:- either X or O.
A user can either decide to play with another human or to play against the computer as an opponent
From there it is a game of tic tac toe.
May the best player win
It does not have bugs.But if any problems should occur, email me at devsarahmarion@gmail.com
You can reach out to me at devsarahmarion@gmail.com for Reviews, Advice, Collaborations and Comments
MIT License
Copyright (c) 2018 Dev Sarah Marion
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.