Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T20:09:58.000Z (over 6 years ago)
- Last Synced: 2023-12-26T20:54:55.464Z (11 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 ##
![Play game](/screenshots/play.png "Playing game")
![Winner](/screenshots/win.png "Winner")