https://github.com/miriarte33/tictactoe
Complete 2 player Tic Tac Toe game with Python 3. Milestone Project 1 in the Complete Python Bootcamp on Udemy
https://github.com/miriarte33/tictactoe
python-bootcamp python3 tic-tac-toe tictactoe-game udemy
Last synced: 4 days ago
JSON representation
Complete 2 player Tic Tac Toe game with Python 3. Milestone Project 1 in the Complete Python Bootcamp on Udemy
- Host: GitHub
- URL: https://github.com/miriarte33/tictactoe
- Owner: miriarte33
- Created: 2018-04-23T22:50:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:09:58.000Z (about 8 years ago)
- Last Synced: 2025-03-05T02:32:58.210Z (over 1 year ago)
- Topics: python-bootcamp, python3, tic-tac-toe, tictactoe-game, udemy
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe #
Command line 2 player Tic Tac Toe game with Python 3. Milestone Project 1 in the Complete Python Bootcamp on Udemy
## How to Play ##
Player 1 selects whether they will be 'X' or 'O'. Afterwards, each player presses the number corresponding to which position on the board they would like to place there mark.
## Instructions ##
To run, clone/download this repository and run ```python tictactoe.py```
## Screenshots ##

