https://github.com/reesporte/tictactoe
unwinnable tictactoe
https://github.com/reesporte/tictactoe
Last synced: 3 months ago
JSON representation
unwinnable tictactoe
- Host: GitHub
- URL: https://github.com/reesporte/tictactoe
- Owner: reesporte
- Created: 2022-01-09T01:32:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T04:00:26.000Z (over 3 years ago)
- Last Synced: 2025-01-16T16:24:07.997Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tictactoe
a game of tic-tac-toe that you cannot win# how to play
1. `pip install -r requirements.txt`
2. `python tictactoe.py`## requirements
i made this with python3.9, untested with anything else, but it probably works with most python3's