Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")