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: 3 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:09:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-15T13:07:02.046Z (4 months 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 ##

