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
- Host: GitHub
- URL: https://github.com/cyberdevcorp/tictactoe_py
- Owner: cyberdevcorp
- License: mit
- Created: 2021-12-07T10:32:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T10:36:43.000Z (about 4 years ago)
- Last Synced: 2025-05-28T13:50:09.473Z (7 months ago)
- Topics: python-game, python3, terminal-game, tictactoe
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 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) >
```