https://github.com/robiot/tictactoe
Simple Tic Tac Toe Made In Python
https://github.com/robiot/tictactoe
Last synced: 11 months ago
JSON representation
Simple Tic Tac Toe Made In Python
- Host: GitHub
- URL: https://github.com/robiot/tictactoe
- Owner: robiot
- License: mit
- Created: 2021-07-14T21:51:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T10:00:55.000Z (almost 5 years ago)
- Last Synced: 2023-03-06T15:01:25.598Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
Basic 2 Player Tic Tac Toe that I made in python cause "why not"
You can play against another human or against the computer if you dare :)
Looks like:
```
A | B | C
| |
# | # | # | 1
_____|_____|_____
| |
# | # | # | 2
_____|_____|_____
| |
# | # | # | 3
_____|_____|_____
| |
Player1 (X) >
```