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

https://github.com/cyberdevcorp/tictactoe_py


https://github.com/cyberdevcorp/tictactoe_py

python-game python3 terminal-game tictactoe

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# TicTacToe

Basic 2 Player Tic Tac Toe that I made in python 3.9

You can play against another human or against the computer if you dare :)

Looks like:
```
A | B | C

| |
# | # | # | 1
_____|_____|_____
| |
# | # | # | 2
_____|_____|_____
| |
# | # | # | 3
_____|_____|_____
| |

Player1 (X) >
```